Html Css Color HEX #E5429D Deep Cerise

📋 copy color: '#E5429D'

red 229 ◦ green 66 ◦ blue 157

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

Shades of Deep Cerise #E5429D

Tints of Deep Cerise #E5429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.73%

R = 50.66%
G = 14.6%
B = 34.73%

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

#E5429D (or 0xE5429D) is known color: Deep Cerise. HEX triplet: E5, 42 and 9D. RGB value is (229,66,157). Sum of RGB (Red+Green+Blue) = 229+66+157=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5429D is #1ABD62. Grayscale: #7C7C7C. Windows color (decimal): -1752419 or 10306277. OLE color: 10306277.

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

Color convert

RGB 229 66 157 -
CMYK 0 0.71 0.31 0.10
HSL 326.5º 0.76% 0.58% -
HSV(B) 326.5º 0.71% 0.9% -
XYZ 40.35 22.99 34.21 -
YUV 125.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 229 66 157 0 0.71 0.31 0.10 326.5 0.76 0.58
Hex E5 42 9D 0 47 1F A 147 4C 3A
Octal 345 102 235 0 107 37 12 507 114 72
Binary 11100101 1000010 10011101 0 1000111 11111 1010 101000111 1001100 111010

Color Harmonies of #E5429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5429D

Black with #E5429D

Text Example


Text Example

White with #E5429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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