#E047A0

Color #E047A0 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E047A0

Tints of Deep Cerise #E047A0

Color information

#E047A0 (or 0xE047A0) is unknown color: approx Deep Cerise. HEX triplet: E0, 47 and A0. RGB value is (224,71,160). Sum of RGB (Red+Green+Blue) = 224+71+160=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E047A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E047A0 is #1FB85F. Grayscale: #7E7E7E. Windows color (decimal): -2078816 or 10504160. OLE color: 10504160.

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

Color convert

RGB22471160-
CMYK00.680.290.12
HSL325.1º71.16%57.84%-
HSV(B)325.1º68.3%87.84%-
XYZ39.3422.8935.6-
YUV126.89146.69197.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 71 (28.12% from 255) = 15.60%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=49.23%
G=15.60%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247116000.680.290.12325.171.1657.84
HexE047A00441DC145473a
Octal3401072400104351450510772
Binary11100000100011110100000010001001110111001010001011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E047A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E047A0; }

 p { color: rgb(224,71,160); }

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

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

 a { background-color: rgb(224,71,160); }

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

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

 span { border-color: rgb(224,71,160); }

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