Html Css Color HEX #E034A2 Deep Cerise

📋 copy color: '#E034A2'

red 224 ◦ green 52 ◦ blue 162

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

Shades of Deep Cerise #E034A2

Tints of Deep Cerise #E034A2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.87%

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

R = 51.14%
G = 11.87%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E034A2 (or 0xE034A2) is known color: Deep Cerise. HEX triplet: E0, 34 and A2. RGB value is (224,52,162). Sum of RGB (Red+Green+Blue) = 224+52+162=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E034A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034A2 is #1FCB5D. Grayscale: #737373. Windows color (decimal): -2083678 or 10630368. OLE color: 10630368.

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

Color convert

RGB 224 52 162 -
CMYK 0 0.77 0.28 0.12
HSL 321.63º 0.74% 0.54% -
HSV(B) 321.63º 0.77% 0.88% -
XYZ 38.49 20.91 36.19 -
YUV 115.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 224 52 162 0 0.77 0.28 0.12 321.63 0.74 0.54
Hex E0 34 A2 0 4D 1C C 142 4A 36
Octal 340 64 242 0 115 34 14 502 112 66
Binary 11100000 110100 10100010 0 1001101 11100 1100 101000010 1001010 110110

Color Harmonies of #E034A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E034A2

Black with #E034A2

Text Example


Text Example

White with #E034A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E034A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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