COLOR #E265D6

HEX: #E265D6
RGB: (226,101,214)

Color info

#E265D6 contains mainly red and blue colors. Web safe color of #E265D6 is #CC66CC (or #C6C).

RGB color model

#E265D6 color RGB value is (226,101,214).

  • red value is 226;
  • green value is 101;
  • blue value is 214.
RGB:
(226,101,214)
(89%,40%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 101 of 255 = 40%
B 214 of 255 = 84%

226
101
214

R + G + B ~ 71%. #E265D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 101 + 214 = 541 (100%)
R 226 of 541 ~ 41.77%
G 101 of 541 ~ 18.67%
B 214 of 541 ~ 39.56%

%41.77
%18.67
%39.56

CMYK color model

#E265D6 color CMYK value is (0,55,5,11).

  • cyan value is 0.00%
  • magenta value is 55.31%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK:
(0,55,5,11)
C0M55Y5K11 
(0%,55%,5%,11%)
(0.00/0.55/0.05/0.11)	

CMYK percentages

%0
%55.31
%5.31
%11.37

Codes

Color #E265D6 in popluar color models

E265D6
RGB226101214
HSL306°68.31%64.12%
HSB/HSV306°55.31%88.63%
CMYK0.00%55.31%5.31%
11.37%

Color #E265D6 in popluar number systems.

HEXE265D6
Decimal226101214
Binary11100010110010111010110
Octal342145326

Shades and tints

Shades of #E265D6

#E265D6
(226,101,214)
#CE5CC3
(206,92,195)
#BA53B0
(186,83,176)
#A64A9D
(166,74,157)
#92418A
(146,65,138)
#7E3877
(126,56,119)
#6A2F64
(106,47,100)
#562651
(86,38,81)
#421D3E
(66,29,62)
#2E142B
(46,20,43)
#1A0B18
(26,11,24)
#000000
(0,0,0)

Tints of #E265D6

#E265D6
(226,101,214)
#E473D9
(228,115,217)
#E681DC
(230,129,220)
#E88FDF
(232,143,223)
#EA9DE2
(234,157,226)
#ECABE5
(236,171,229)
#EEB9E8
(238,185,232)
#F0C7EB
(240,199,235)
#F2D5EE
(242,213,238)
#F4E3F1
(244,227,241)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E265D6 color. Also use rgb(226,101,214) instead hex code.

Text Font Color

.myTextColor { color: #E265D6; }

<p style="color:#E265D6">This sample text font color is #E265D6.</p>

This text font color is #E265D6.


Background Color

.myBgColor { background-color: #E265D6; }

<div style="background-color:#E265D6">Inner text</div>

This div background color is #E265D6.


Border color

.myBorderColor { border: 1px solid #E265D6; }

<div style="border:3px solid #E265D6">Div</div>

This div border color is #E265D6.


Opacity

.myOpacity80 { color: #E265D6; opacity: 0.8; }

<p style="color:#E265D6;opacity:0.8;">80%</p>

Text with #E265D6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E265D6;}

<p style="text-shadow: 3px 3px 1px #E265D6">Text here.</p>

This text has shadow with #E265D6 color.

.textShadow {text-shadow: 3px 3px 1px #E265D6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E265D6, 5px 5px 20px red">Text here.</p>

This text has shadow with #E265D6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E265D6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E265D6, Direction=45, Strength=4)">Text</p>

This text has shadow with #E265D6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E265D6;
  -webkit-box-shadow:	1px 1px 3px 2px #E265D6;
  box-shadow:		1px 1px 3px 2px #E265D6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E265D6;
-webkit-box-shadow: 1px 1px 3px 2px #E265D6;
box-shadow:1px 1px 3px 2px #E265D6;">
Div content here</div>
This div box has shadow with color #E265D6.

Preview

Color preview on black background

This text has color #E265D6 on black background.


Color preview on white background

This text has color #E265D6 on white background.



Black color preview on #E265D6 background

This text has black color on #E265D6 background.


White color preview on #E265D6 background

This text has white color on #E265D6 background.