#E04C8A

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

Shades of Dark Pink #E04C8A

Tints of Dark Pink #E04C8A

Color information

#E04C8A (or 0xE04C8A) is unknown color: approx Dark Pink. HEX triplet: E0, 4C and 8A. RGB value is (224,76,138). Sum of RGB (Red+Green+Blue) = 224+76+138=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C8A is #1FB375. Grayscale: #7F7F7F. Windows color (decimal): -2077558 or 9063648. OLE color: 9063648.

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

Color convert

RGB22476138-
CMYK00.660.380.12
HSL334.86º70.48%58.82%-
HSV(B)334.86º66.07%87.84%-
XYZ37.9122.8526.46-
YUV127.32134.03196.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.14%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=51.14%
G=17.35%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247613800.660.380.12334.8670.4858.82
HexE04C8A04226C14f463b
Octal3401142120102461451710673
Binary111000001001100100010100100001010011011001010011111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04C8A; }

 p { color: rgb(224,76,138); }

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

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

 a { background-color: rgb(224,76,138); }

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

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

 span { border-color: rgb(224,76,138); }

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