Html Css Color HEX #E02490 Deep Cerise

📋 copy color: '#E02490'

red 224 ◦ green 36 ◦ blue 144

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

Shades of Deep Cerise #E02490

Tints of Deep Cerise #E02490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.91%

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

R = 55.45%
G = 8.91%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E02490 (or 0xE02490) is known color: Deep Cerise. HEX triplet: E0, 24 and 90. RGB value is (224,36,144). Sum of RGB (Red+Green+Blue) = 224+36+144=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E02490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02490 is #1FDB6F. Grayscale: #686868. Windows color (decimal): -2087792 or 9446624. OLE color: 9446624.

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

Color convert

RGB 224 36 144 -
CMYK 0 0.84 0.36 0.12
HSL 325.53º 0.75% 0.51% -
HSV(B) 325.53º 0.84% 0.88% -
XYZ 36.41 19.12 28.16 -
YUV 104.52 150.28 213.22 -
System Red Green Blue C M Y K H S L
Decimal 224 36 144 0 0.84 0.36 0.12 325.53 0.75 0.51
Hex E0 24 90 0 54 24 C 146 4B 33
Octal 340 44 220 0 124 44 14 506 113 63
Binary 11100000 100100 10010000 0 1010100 100100 1100 101000110 1001011 110011

Color Harmonies of #E02490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02490

Black with #E02490

Text Example


Text Example

White with #E02490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02490; }

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

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

background-color css

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

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

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

border-color css

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

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

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