Html Css Color HEX #E5429B Deep Cerise

📋 copy color: '#E5429B'

red 229 ◦ green 66 ◦ blue 155

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

Shades of Deep Cerise #E5429B

Tints of Deep Cerise #E5429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.44%

R = 50.89%
G = 14.67%
B = 34.44%

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

#E5429B (or 0xE5429B) is known color: Deep Cerise. HEX triplet: E5, 42 and 9B. RGB value is (229,66,155). Sum of RGB (Red+Green+Blue) = 229+66+155=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5429B is #1ABD64. Grayscale: #7C7C7C. Windows color (decimal): -1752421 or 10175205. OLE color: 10175205.

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

Color convert

RGB 229 66 155 -
CMYK 0 0.71 0.32 0.10
HSL 327.24º 0.76% 0.58% -
HSV(B) 327.24º 0.71% 0.9% -
XYZ 40.18 22.92 33.32 -
YUV 124.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 229 66 155 0 0.71 0.32 0.10 327.24 0.76 0.58
Hex E5 42 9B 0 47 20 A 147 4C 3A
Octal 345 102 233 0 107 40 12 507 114 72
Binary 11100101 1000010 10011011 0 1000111 100000 1010 101000111 1001100 111010

Color Harmonies of #E5429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5429B

Black with #E5429B

Text Example


Text Example

White with #E5429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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