#E05B80

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

Shades of Dark Pink #E05B80

Tints of Dark Pink #E05B80

Color information

#E05B80 (or 0xE05B80) is unknown color: approx Dark Pink. HEX triplet: E0, 5B and 80. RGB value is (224,91,128). Sum of RGB (Red+Green+Blue) = 224+91+128=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05B80 is #1FA47F. Grayscale: #868686. Windows color (decimal): -2073728 or 8412128. OLE color: 8412128.

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

Color convert

RGB22491128-
CMYK00.590.430.12
HSL343.31º68.21%61.76%-
HSV(B)343.31º59.38%87.84%-
XYZ38.3824.8923.2-
YUV134.99124.06191.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=50.56%
G=20.54%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249112800.590.430.12343.3168.2161.76
HexE05B8003B2BC157443e
Octal340133200073531452710476
Binary11100000101101110000000011101110101111001010101111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05B80; }

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

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

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

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

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

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

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

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