Html Css Color HEX #E02394 Deep Cerise

📋 copy color: '#E02394'

red 224 ◦ green 35 ◦ blue 148

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

Shades of Deep Cerise #E02394

Tints of Deep Cerise #E02394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 55.04%
G = 8.6%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E02394 (or 0xE02394) is known color: Deep Cerise. HEX triplet: E0, 23 and 94. RGB value is (224,35,148). Sum of RGB (Red+Green+Blue) = 224+35+148=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E02394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02394 is #1FDC6B. Grayscale: #686868. Windows color (decimal): -2088044 or 9708512. OLE color: 9708512.

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

Color convert

RGB 224 35 148 -
CMYK 0 0.84 0.34 0.12
HSL 324.13º 0.75% 0.51% -
HSV(B) 324.13º 0.84% 0.88% -
XYZ 36.69 19.19 29.79 -
YUV 104.39 152.62 213.31 -
System Red Green Blue C M Y K H S L
Decimal 224 35 148 0 0.84 0.34 0.12 324.13 0.75 0.51
Hex E0 23 94 0 54 22 C 144 4B 33
Octal 340 43 224 0 124 42 14 504 113 63
Binary 11100000 100011 10010100 0 1010100 100010 1100 101000100 1001011 110011

Color Harmonies of #E02394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02394

Black with #E02394

Text Example


Text Example

White with #E02394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02394; }

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

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

background-color css

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

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

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

border-color css

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

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

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