Html Css Color HEX #E042A2 Deep Cerise

📋 copy color: '#E042A2'

red 224 ◦ green 66 ◦ blue 162

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

Shades of Deep Cerise #E042A2

Tints of Deep Cerise #E042A2

RGB

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

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

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

R = 49.56%
G = 14.6%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E042A2 (or 0xE042A2) is known color: Deep Cerise. HEX triplet: E0, 42 and A2. RGB value is (224,66,162). Sum of RGB (Red+Green+Blue) = 224+66+162=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E042A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E042A2 is #1FBD5D. Grayscale: #7B7B7B. Windows color (decimal): -2080094 or 10633952. OLE color: 10633952.

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

Color convert

RGB 224 66 162 -
CMYK 0 0.71 0.28 0.12
HSL 323.54º 0.72% 0.57% -
HSV(B) 323.54º 0.71% 0.88% -
XYZ 39.21 22.35 36.43 -
YUV 124.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 224 66 162 0 0.71 0.28 0.12 323.54 0.72 0.57
Hex E0 42 A2 0 47 1C C 144 48 39
Octal 340 102 242 0 107 34 14 504 110 71
Binary 11100000 1000010 10100010 0 1000111 11100 1100 101000100 1001000 111001

Color Harmonies of #E042A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E042A2

Black with #E042A2

Text Example


Text Example

White with #E042A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E042A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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