Html Css Color HEX #E15991 Dark Pink

📋 copy color: '#E15991'

red 225 ◦ green 89 ◦ blue 145

#E15991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E15991

Tints of Dark Pink #E15991

RGB

 RED value IS 225 (88.28% from 255) = 49.02%

 GREEN value IS 89 (35.16% from 255) = 19.39%

 BLUE value IS 145 (57.03% from 255) = 31.59%

R = 49.02%
G = 19.39%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E15991 (or 0xE15991) is known color: Dark Pink. HEX triplet: E1, 59 and 91. RGB value is (225,89,145). Sum of RGB (Red+Green+Blue) = 225+89+145=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E15991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15991 is #1EA66E. Grayscale: #878787. Windows color (decimal): -2008687 or 9525729. OLE color: 9525729.

HSL color Cylindrical-coordinate representation of color #E15991: hue angle of 335.29º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15991 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 89 145 -
CMYK 0 0.60 0.36 0.12
HSL 335.29º 0.69% 0.62% -
HSV(B) 335.29º 0.6% 0.88% -
XYZ 39.73 25.2 29.56 -
YUV 136.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 225 89 145 0 0.60 0.36 0.12 335.29 0.69 0.62
Hex E1 59 91 0 3C 24 C 14F 45 3E
Octal 341 131 221 0 74 44 14 517 105 76
Binary 11100001 1011001 10010001 0 111100 100100 1100 101001111 1000101 111110

Color Harmonies of #E15991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15991

Black with #E15991

Text Example


Text Example

White with #E15991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15991; }

 p { color: rgb(225,89,145); }

 H1.HeaderClassName
 {
   color: #E15991;
 }
 .AnyTagClassName
 {
   color: #E15991;
 }
</style>

background-color css

<style>
 a { background-color: #E15991; }

 a { background-color: rgb(225,89,145); }

 div.DivClassName
 {
   background-color: #E15991;
 }
 .BgClassName
 {
   background-color: #E15991;
 }
</style>

border-color css

<style>
 span { border-color: #E15991; }

 span { border-color: rgb(225,89,145); }

 td.TdClassName
 {
   border-color: #E15991;
 }
 .TagClassName
 {
   border-color: #E15991;
 }
</style>