#E5429C

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

Shades of Deep Cerise #E5429C

Tints of Deep Cerise #E5429C

Color information

#E5429C (or 0xE5429C) is unknown color: approx Deep Cerise. HEX triplet: E5, 42 and 9C. RGB value is (229,66,156). Sum of RGB (Red+Green+Blue) = 229+66+156=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5429C is #1ABD63. Grayscale: #7C7C7C. Windows color (decimal): -1752420 or 10240741. OLE color: 10240741.

HSL color Cylindrical-coordinate representation of color #E5429C: hue angle of 326.87º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5429C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB22966156-
CMYK00.710.320.10
HSL326.87º75.81%57.84%-
HSV(B)326.87º71.18%89.8%-
XYZ40.2622.9533.76-
YUV125145.5202.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.78%
GREEN value IS 66 (26.17% from 255) = 14.63%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=50.78%
G=14.63%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296615600.710.320.10326.8775.8157.84
HexE5429C04720A1474c3a
Octal3451022340107401250711472
Binary111001011000010100111000100011110000010101010001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5429C; }

 p { color: rgb(229,66,156); }

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

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

 a { background-color: rgb(229,66,156); }

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

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

 span { border-color: rgb(229,66,156); }

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