Html Css Color HEX #E02392 Deep Cerise

📋 copy color: '#E02392'

red 224 ◦ green 35 ◦ blue 146

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

Shades of Deep Cerise #E02392

Tints of Deep Cerise #E02392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 55.31%
G = 8.64%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E02392 (or 0xE02392) is known color: Deep Cerise. HEX triplet: E0, 23 and 92. RGB value is (224,35,146). Sum of RGB (Red+Green+Blue) = 224+35+146=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E02392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02392 is #1FDC6D. Grayscale: #676767. Windows color (decimal): -2088046 or 9577440. OLE color: 9577440.

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

Color convert

RGB 224 35 146 -
CMYK 0 0.84 0.35 0.12
HSL 324.76º 0.75% 0.51% -
HSV(B) 324.76º 0.84% 0.88% -
XYZ 36.53 19.12 28.96 -
YUV 104.17 151.62 213.47 -
System Red Green Blue C M Y K H S L
Decimal 224 35 146 0 0.84 0.35 0.12 324.76 0.75 0.51
Hex E0 23 92 0 54 23 C 145 4B 33
Octal 340 43 222 0 124 43 14 505 113 63
Binary 11100000 100011 10010010 0 1010100 100011 1100 101000101 1001011 110011

Color Harmonies of #E02392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02392

Black with #E02392

Text Example


Text Example

White with #E02392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02392; }

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

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

background-color css

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

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

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

border-color css

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

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

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