#E15880

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

Shades of Dark Pink #E15880

Tints of Dark Pink #E15880

Color information

#E15880 (or 0xE15880) is unknown color: approx Dark Pink. HEX triplet: E1, 58 and 80. RGB value is (225,88,128). Sum of RGB (Red+Green+Blue) = 225+88+128=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E15880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15880 is #1EA77F. Grayscale: #858585. Windows color (decimal): -2008960 or 8411361. OLE color: 8411361.

HSL color Cylindrical-coordinate representation of color #E15880: hue angle of 342.48º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15880 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB22588128-
CMYK00.610.430.12
HSL342.48º69.54%61.37%-
HSV(B)342.48º60.89%88.24%-
XYZ38.4424.5523.13-
YUV133.52124.89193.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.02%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=51.02%
G=19.95%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258812800.610.430.12342.4869.5461.37
HexE1588003D2BC156463d
Octal341130200075531452610675
Binary11100001101100010000000011110110101111001010101101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15880; }

 p { color: rgb(225,88,128); }

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

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

 a { background-color: rgb(225,88,128); }

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

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

 span { border-color: rgb(225,88,128); }

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