Html Css Color HEX #E032A2 Deep Cerise

📋 copy color: '#E032A2'

red 224 ◦ green 50 ◦ blue 162

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

Shades of Deep Cerise #E032A2

Tints of Deep Cerise #E032A2

RGB

 RED value IS 224 (87.89% from 255) = 51.38%

 GREEN value IS 50 (19.92% from 255) = 11.47%

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 51.38%
G = 11.47%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E032A2 (or 0xE032A2) is known color: Deep Cerise. HEX triplet: E0, 32 and A2. RGB value is (224,50,162). Sum of RGB (Red+Green+Blue) = 224+50+162=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E032A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E032A2 is #1FCD5D. Grayscale: #727272. Windows color (decimal): -2084190 or 10629856. OLE color: 10629856.

HSL color Cylindrical-coordinate representation of color #E032A2: hue angle of 321.38º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032A2 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 162 -
CMYK 0 0.78 0.28 0.12
HSL 321.38º 0.74% 0.54% -
HSV(B) 321.38º 0.78% 0.88% -
XYZ 38.4 20.74 36.16 -
YUV 114.79 154.65 205.89 -
System Red Green Blue C M Y K H S L
Decimal 224 50 162 0 0.78 0.28 0.12 321.38 0.74 0.54
Hex E0 32 A2 0 4E 1C C 141 4A 36
Octal 340 62 242 0 116 34 14 501 112 66
Binary 11100000 110010 10100010 0 1001110 11100 1100 101000001 1001010 110110

Color Harmonies of #E032A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032A2

Black with #E032A2

Text Example


Text Example

White with #E032A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032A2; }

 p { color: rgb(224,50,162); }

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

background-color css

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

 a { background-color: rgb(224,50,162); }

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

border-color css

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

 span { border-color: rgb(224,50,162); }

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