#E25A87

Color #E25A87 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E25A87

Tints of Dark Pink #E25A87

Color information

#E25A87 (or 0xE25A87) is unknown color: approx Dark Pink. HEX triplet: E2, 5A and 87. RGB value is (226,90,135). Sum of RGB (Red+Green+Blue) = 226+90+135=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25A87 is #1DA578. Grayscale: #878787. Windows color (decimal): -1942905 or 8870626. OLE color: 8870626.

HSL color Cylindrical-coordinate representation of color #E25A87: hue angle of 340.15º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25A87 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB22690135-
CMYK00.600.400.11
HSL340.15º70.1%61.96%-
HSV(B)340.15º60.18%88.63%-
XYZ39.3925.2325.72-
YUV135.79127.56192.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.11%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=50.11%
G=19.96%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269013500.600.400.11340.1570.161.96
HexE25A8703C28B154463e
Octal342132207074501352410676
Binary11100010101101010000111011110010100010111010101001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25A87; }

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

 H1.HeaderClassName
 {
   color: #E25A87;
 }
 .AnyTagClassName
 {
   color: #E25A87;
 }
</style>
background-color css

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

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

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

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

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

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