Html Css Color HEX #E02390 Deep Cerise

📋 copy color: '#E02390'

red 224 ◦ green 35 ◦ blue 144

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

Shades of Deep Cerise #E02390

Tints of Deep Cerise #E02390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.68%

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

R = 55.58%
G = 8.68%
B = 35.73%

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

#E02390 (or 0xE02390) is known color: Deep Cerise. HEX triplet: E0, 23 and 90. RGB value is (224,35,144). Sum of RGB (Red+Green+Blue) = 224+35+144=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E02390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02390 is #1FDC6F. Grayscale: #676767. Windows color (decimal): -2088048 or 9446368. OLE color: 9446368.

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

Color convert

RGB 224 35 144 -
CMYK 0 0.84 0.36 0.12
HSL 325.4º 0.75% 0.51% -
HSV(B) 325.4º 0.84% 0.88% -
XYZ 36.38 19.06 28.15 -
YUV 103.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 224 35 144 0 0.84 0.36 0.12 325.4 0.75 0.51
Hex E0 23 90 0 54 24 C 145 4B 33
Octal 340 43 220 0 124 44 14 505 113 63
Binary 11100000 100011 10010000 0 1010100 100100 1100 101000101 1001011 110011

Color Harmonies of #E02390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02390

Black with #E02390

Text Example


Text Example

White with #E02390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02390; }

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

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

background-color css

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

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

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

border-color css

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

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

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