COLOR #E25DBB

HEX: #E25DBB
RGB: (226,93,187)

Color info

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

RGB color model

#E25DBB color RGB value is (226,93,187).

  • red value is 226;
  • green value is 93;
  • blue value is 187.
RGB:
(226,93,187)
(89%,36%,73%)

RGB channels and saturation

R 226 of 255 = 89%
G 93 of 255 = 36%
B 187 of 255 = 73%

226
93
187

R + G + B ~ 66%. #E25DBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 93 + 187 = 506 (100%)
R 226 of 506 ~ 44.66%
G 93 of 506 ~ 18.38%
B 187 of 506 ~ 36.96%

%44.66
%18.38
%36.96

CMYK color model

#E25DBB color CMYK value is (0,59,17,11).

  • cyan value is 0.00%
  • magenta value is 58.85%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK:
(0,59,17,11)
C0M59Y17K11 
(0%,59%,17%,11%)
(0.00/0.59/0.17/0.11)	

CMYK percentages

%0
%58.85
%17.26
%11.37

Codes

Color #E25DBB in popluar color models

E25DBB
RGB22693187
HSL318°69.63%62.55%
HSB/HSV318°58.85%88.63%
CMYK0.00%58.85%17.26%
11.37%

Color #E25DBB in popluar number systems.

HEXE25DBB
Decimal22693187
Binary11100010101110110111011
Octal342135273

Shades and tints

Shades of #E25DBB

#E25DBB
(226,93,187)
#CE55AA
(206,85,170)
#BA4D99
(186,77,153)
#A64588
(166,69,136)
#923D77
(146,61,119)
#7E3566
(126,53,102)
#6A2D55
(106,45,85)
#562544
(86,37,68)
#421D33
(66,29,51)
#2E1522
(46,21,34)
#1A0D11
(26,13,17)
#000000
(0,0,0)

Tints of #E25DBB

#E25DBB
(226,93,187)
#E46BC1
(228,107,193)
#E679C7
(230,121,199)
#E887CD
(232,135,205)
#EA95D3
(234,149,211)
#ECA3D9
(236,163,217)
#EEB1DF
(238,177,223)
#F0BFE5
(240,191,229)
#F2CDEB
(242,205,235)
#F4DBF1
(244,219,241)
#F6E9F7
(246,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E25DBB color. Also use rgb(226,93,187) instead hex code.

Text Font Color

.myTextColor { color: #E25DBB; }

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

This text font color is #E25DBB.


Background Color

.myBgColor { background-color: #E25DBB; }

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

This div background color is #E25DBB.


Border color

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

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

This div border color is #E25DBB.


Opacity

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

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

Text with #E25DBB 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 #E25DBB;}

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

This text has shadow with #E25DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E25DBB on black background.


Color preview on white background

This text has color #E25DBB on white background.



Black color preview on #E25DBB background

This text has black color on #E25DBB background.


White color preview on #E25DBB background

This text has white color on #E25DBB background.