#E041A6

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

Shades of Deep Cerise #E041A6

Tints of Deep Cerise #E041A6

Color information

#E041A6 (or 0xE041A6) is unknown color: approx Deep Cerise. HEX triplet: E0, 41 and A6. RGB value is (224,65,166). Sum of RGB (Red+Green+Blue) = 224+65+166=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E041A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E041A6 is #1FBE59. Grayscale: #7B7B7B. Windows color (decimal): -2080346 or 10895840. OLE color: 10895840.

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

Color convert

RGB22465166-
CMYK00.710.260.12
HSL321.89º71.95%56.67%-
HSV(B)321.89º70.98%87.84%-
XYZ39.5122.3838.31-
YUV124.06151.68199.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 65 (25.78% from 255) = 14.29%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=49.23%
G=14.29%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246516600.710.260.12321.8971.9556.67
HexE041A60471AC1424839
Octal3401012460107321450211071
Binary11100000100000110100110010001111101011001010000101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041A6; }

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

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

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

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

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

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

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

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