Html Css Color HEX #E0219A Deep Cerise

📋 copy color: '#E0219A'

red 224 ◦ green 33 ◦ blue 154

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

Shades of Deep Cerise #E0219A

Tints of Deep Cerise #E0219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.03%

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 54.5%
G = 8.03%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0219A (or 0xE0219A) is known color: Deep Cerise. HEX triplet: E0, 21 and 9A. RGB value is (224,33,154). Sum of RGB (Red+Green+Blue) = 224+33+154=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0219A is #1FDE65. Grayscale: #676767. Windows color (decimal): -2088550 or 10101216. OLE color: 10101216.

HSL color Cylindrical-coordinate representation of color #E0219A: hue angle of 321.99º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0219A is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 154 -
CMYK 0 0.85 0.31 0.12
HSL 321.99º 0.75% 0.5% -
HSV(B) 321.99º 0.85% 0.88% -
XYZ 37.12 19.27 32.33 -
YUV 103.9 156.28 213.66 -
System Red Green Blue C M Y K H S L
Decimal 224 33 154 0 0.85 0.31 0.12 321.99 0.75 0.5
Hex E0 21 9A 0 55 1F C 142 4B 32
Octal 340 41 232 0 125 37 14 502 113 62
Binary 11100000 100001 10011010 0 1010101 11111 1100 101000010 1001011 110010

Color Harmonies of #E0219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0219A

Black with #E0219A

Text Example


Text Example

White with #E0219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0219A; }

 p { color: rgb(224,33,154); }

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

background-color css

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

 a { background-color: rgb(224,33,154); }

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

border-color css

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

 span { border-color: rgb(224,33,154); }

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