Html Css Color HEX #E02190 Deep Cerise

📋 copy color: '#E02190'

red 224 ◦ green 33 ◦ blue 144

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

Shades of Deep Cerise #E02190

Tints of Deep Cerise #E02190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 55.86%
G = 8.23%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E02190 (or 0xE02190) is known color: Deep Cerise. HEX triplet: E0, 21 and 90. RGB value is (224,33,144). Sum of RGB (Red+Green+Blue) = 224+33+144=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E02190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02190 is #1FDE6F. Grayscale: #666666. Windows color (decimal): -2088560 or 9445856. OLE color: 9445856.

HSL color Cylindrical-coordinate representation of color #E02190: hue angle of 325.13º 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 #E02190 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 144 -
CMYK 0 0.85 0.36 0.12
HSL 325.13º 0.75% 0.5% -
HSV(B) 325.13º 0.85% 0.88% -
XYZ 36.32 18.95 28.13 -
YUV 102.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 224 33 144 0 0.85 0.36 0.12 325.13 0.75 0.5
Hex E0 21 90 0 55 24 C 145 4B 32
Octal 340 41 220 0 125 44 14 505 113 62
Binary 11100000 100001 10010000 0 1010101 100100 1100 101000101 1001011 110010

Color Harmonies of #E02190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02190

Black with #E02190

Text Example


Text Example

White with #E02190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02190; }

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

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

background-color css

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

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

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

border-color css

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

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

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