Html Css Color HEX #E5429E Deep Cerise

📋 copy color: '#E5429E'

red 229 ◦ green 66 ◦ blue 158

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

Shades of Deep Cerise #E5429E

Tints of Deep Cerise #E5429E

RGB

 RED value IS 229 (89.84% from 255) = 50.55%

 GREEN value IS 66 (26.17% from 255) = 14.57%

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 50.55%
G = 14.57%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5429E (or 0xE5429E) is known color: Deep Cerise. HEX triplet: E5, 42 and 9E. RGB value is (229,66,158). Sum of RGB (Red+Green+Blue) = 229+66+158=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5429E is #1ABD61. Grayscale: #7D7D7D. Windows color (decimal): -1752418 or 10371813. OLE color: 10371813.

HSL color Cylindrical-coordinate representation of color #E5429E: hue angle of 326.13º 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 #E5429E is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 158 -
CMYK 0 0.71 0.31 0.10
HSL 326.14º 0.76% 0.58% -
HSV(B) 326.14º 0.71% 0.9% -
XYZ 40.43 23.02 34.66 -
YUV 125.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 229 66 158 0 0.71 0.31 0.10 326.14 0.76 0.58
Hex E5 42 9E 0 47 1F A 146 4C 3A
Octal 345 102 236 0 107 37 12 506 114 72
Binary 11100101 1000010 10011110 0 1000111 11111 1010 101000110 1001100 111010

Color Harmonies of #E5429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5429E

Black with #E5429E

Text Example


Text Example

White with #E5429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5429E; }

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

 H1.HeaderClassName
 {
   color: #E5429E;
 }
 .AnyTagClassName
 {
   color: #E5429E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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