Html Css Color HEX #E42996 Deep Cerise

📋 copy color: '#E42996'

red 228 ◦ green 41 ◦ blue 150

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

Shades of Deep Cerise #E42996

Tints of Deep Cerise #E42996

RGB

 RED value IS 228 (89.45% from 255) = 54.42%

 GREEN value IS 41 (16.41% from 255) = 9.79%

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 54.42%
G = 9.79%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E42996 (or 0xE42996) is known color: Deep Cerise. HEX triplet: E4, 29 and 96. RGB value is (228,41,150). Sum of RGB (Red+Green+Blue) = 228+41+150=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E42996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42996 is #1BD669. Grayscale: #6D6D6D. Windows color (decimal): -1824362 or 9841124. OLE color: 9841124.

HSL color Cylindrical-coordinate representation of color #E42996: hue angle of 325.03º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42996 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 41 150 -
CMYK 0 0.82 0.34 0.11
HSL 325.03º 0.78% 0.53% -
HSV(B) 325.03º 0.82% 0.89% -
XYZ 38.29 20.28 30.75 -
YUV 109.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 228 41 150 0 0.82 0.34 0.11 325.03 0.78 0.53
Hex E4 29 96 0 52 22 B 145 4E 35
Octal 344 51 226 0 122 42 13 505 116 65
Binary 11100100 101001 10010110 0 1010010 100010 1011 101000101 1001110 110101

Color Harmonies of #E42996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42996

Black with #E42996

Text Example


Text Example

White with #E42996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42996; }

 p { color: rgb(228,41,150); }

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

background-color css

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

 a { background-color: rgb(228,41,150); }

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

border-color css

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

 span { border-color: rgb(228,41,150); }

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