Html Css Color HEX #E5429C Deep Cerise

📋 copy color: '#E5429C'

red 229 ◦ green 66 ◦ blue 156

#E5429C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #E5429C

Tints of Deep Cerise #E5429C

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 value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5429C (or 0xE5429C) is known color: 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

RGB 229 66 156 -
CMYK 0 0.71 0.32 0.10
HSL 326.87º 0.76% 0.58% -
HSV(B) 326.87º 0.71% 0.9% -
XYZ 40.26 22.95 33.76 -
YUV 125 145.5 202.18 -
System Red Green Blue C M Y K H S L
Decimal 229 66 156 0 0.71 0.32 0.10 326.87 0.76 0.58
Hex E5 42 9C 0 47 20 A 147 4C 3A
Octal 345 102 234 0 107 40 12 507 114 72
Binary 11100101 1000010 10011100 0 1000111 100000 1010 101000111 1001100 111010

Color Harmonies of #E5429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5429C

Black with #E5429C

Text Example


Text Example

White with #E5429C

Text Example


Text Example

HTML Codes & Css Web 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>