#E25987

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

Shades of Dark Pink #E25987

Tints of Dark Pink #E25987

Color information

#E25987 (or 0xE25987) is unknown color: approx Dark Pink. HEX triplet: E2, 59 and 87. RGB value is (226,89,135). Sum of RGB (Red+Green+Blue) = 226+89+135=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E25987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25987 is #1DA678. Grayscale: #878787. Windows color (decimal): -1943161 or 8870370. OLE color: 8870370.

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

Color convert

RGB22689135-
CMYK00.610.400.11
HSL339.85º70.26%61.76%-
HSV(B)339.85º60.62%88.63%-
XYZ39.3125.0625.69-
YUV135.21127.89192.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.22%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 135 (53.12% from 255) = 30%
R=50.22%
G=19.78%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268913500.610.400.11339.8570.2661.76
HexE2598703D28B154463e
Octal342131207075501352410676
Binary11100010101100110000111011110110100010111010101001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25987; }

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

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

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

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

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

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

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

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