#E05C80

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

Shades of Dark Pink #E05C80

Tints of Dark Pink #E05C80

Color information

#E05C80 (or 0xE05C80) is unknown color: approx Dark Pink. HEX triplet: E0, 5C and 80. RGB value is (224,92,128). Sum of RGB (Red+Green+Blue) = 224+92+128=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05C80 is #1FA37F. Grayscale: #878787. Windows color (decimal): -2073472 or 8412384. OLE color: 8412384.

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

Color convert

RGB22492128-
CMYK00.590.430.12
HSL343.64º68.04%61.96%-
HSV(B)343.64º58.93%87.84%-
XYZ38.4625.0623.23-
YUV135.57123.73191.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.45%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=50.45%
G=20.72%
B=28.83%

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
Decimal2249212800.590.430.12343.6468.0461.96
HexE05C8003B2BC158443e
Octal340134200073531453010476
Binary11100000101110010000000011101110101111001010110001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05C80; }

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

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

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

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

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

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

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

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