Html Css Color HEX #E15A87 Dark Pink

📋 copy color: '#E15A87'

red 225 ◦ green 90 ◦ blue 135

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

Shades of Dark Pink #E15A87

Tints of Dark Pink #E15A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20%

 BLUE value IS 135 (53.13% from 255) = 30%

R = 50%
G = 20%
B = 30%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#E15A87 (or 0xE15A87) is known color: Dark Pink. HEX triplet: E1, 5A and 87. RGB value is (225,90,135). Sum of RGB (Red+Green+Blue) = 225+90+135=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15A87 is #1EA578. Grayscale: #878787. Windows color (decimal): -2008441 or 8870625. OLE color: 8870625.

HSL color Cylindrical-coordinate representation of color #E15A87: hue angle of 340º 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 #E15A87 is Cyan = 0, Magento = 0.60, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 135 -
CMYK 0 0.60 0.4 0.12
HSL 340º 0.69% 0.62% -
HSV(B) 340º 0.6% 0.88% -
XYZ 39.08 25.07 25.7 -
YUV 135.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 225 90 135 0 0.60 0.4 0.12 340 0.69 0.62
Hex E1 5A 87 0 3C 28 C 154 45 3E
Octal 341 132 207 0 74 50 14 524 105 76
Binary 11100001 1011010 10000111 0 111100 101000 1100 101010100 1000101 111110

Color Harmonies of #E15A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A87

Black with #E15A87

Text Example


Text Example

White with #E15A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A87; }

 p { color: rgb(225,90,135); }

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

background-color css

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

 a { background-color: rgb(225,90,135); }

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

border-color css

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

 span { border-color: rgb(225,90,135); }

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