#E044A6

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

Shades of Deep Cerise #E044A6

Tints of Deep Cerise #E044A6

Color information

#E044A6 (or 0xE044A6) is unknown color: approx Deep Cerise. HEX triplet: E0, 44 and A6. RGB value is (224,68,166). Sum of RGB (Red+Green+Blue) = 224+68+166=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E044A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E044A6 is #1FBB59. Grayscale: #7D7D7D. Windows color (decimal): -2079578 or 10896608. OLE color: 10896608.

HSL color Cylindrical-coordinate representation of color #E044A6: hue angle of 322.31º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044A6 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB22468166-
CMYK00.700.260.12
HSL322.31º71.56%57.25%-
HSV(B)322.31º69.64%87.84%-
XYZ39.6922.7338.37-
YUV125.82150.68198.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.91%
GREEN value IS 68 (26.95% from 255) = 14.85%
BLUE value IS 166 (65.23% from 255) = 36.24%
R=48.91%
G=14.85%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246816600.700.260.12322.3171.5657.25
HexE044A60461AC1424839
Octal3401042460106321450211071
Binary11100000100010010100110010001101101011001010000101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E044A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E044A6; }

 p { color: rgb(224,68,166); }

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

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

 a { background-color: rgb(224,68,166); }

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

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

 span { border-color: rgb(224,68,166); }

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