#E15B8E

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

Shades of Dark Pink #E15B8E

Tints of Dark Pink #E15B8E

Color information

#E15B8E (or 0xE15B8E) is unknown color: approx Dark Pink. HEX triplet: E1, 5B and 8E. RGB value is (225,91,142). Sum of RGB (Red+Green+Blue) = 225+91+142=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15B8E is #1EA471. Grayscale: #888888. Windows color (decimal): -2008178 or 9329633. OLE color: 9329633.

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

Color convert

RGB22591142-
CMYK00.600.370.12
HSL337.16º69.07%61.96%-
HSV(B)337.16º59.56%88.24%-
XYZ39.6725.4428.41-
YUV136.88130.89190.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.13%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=49.13%
G=19.87%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259114200.600.370.12337.1669.0761.96
HexE15B8E03C25C151453e
Octal341133216074451452110576
Binary11100001101101110001110011110010010111001010100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15B8E; }

 p { color: rgb(225,91,142); }

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

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

 a { background-color: rgb(225,91,142); }

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

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

 span { border-color: rgb(225,91,142); }

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