#E15B80

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

Shades of Dark Pink #E15B80

Tints of Dark Pink #E15B80

Color information

#E15B80 (or 0xE15B80) is unknown color: approx Dark Pink. HEX triplet: E1, 5B and 80. RGB value is (225,91,128). Sum of RGB (Red+Green+Blue) = 225+91+128=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15B80 is #1EA47F. Grayscale: #878787. Windows color (decimal): -2008192 or 8412129. OLE color: 8412129.

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

Color convert

RGB22591128-
CMYK00.600.430.12
HSL343.43º69.07%61.96%-
HSV(B)343.43º59.56%88.24%-
XYZ38.6925.0523.22-
YUV135.28123.89191.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.68%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=50.68%
G=20.50%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259112800.600.430.12343.4369.0761.96
HexE15B8003C2BC157453e
Octal341133200074531452710576
Binary11100001101101110000000011110010101111001010101111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15B80; }

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

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

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

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

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

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

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

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