Html Css Color HEX #E02094 Deep Cerise

📋 copy color: '#E02094'

red 224 ◦ green 32 ◦ blue 148

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

Shades of Deep Cerise #E02094

Tints of Deep Cerise #E02094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.92%

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

R = 55.45%
G = 7.92%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E02094 (or 0xE02094) is known color: Deep Cerise. HEX triplet: E0, 20 and 94. RGB value is (224,32,148). Sum of RGB (Red+Green+Blue) = 224+32+148=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E02094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02094 is #1FDF6B. Grayscale: #666666. Windows color (decimal): -2088812 or 9707744. OLE color: 9707744.

HSL color Cylindrical-coordinate representation of color #E02094: hue angle of 323.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02094 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 148 -
CMYK 0 0.86 0.34 0.12
HSL 323.75º 0.76% 0.5% -
HSV(B) 323.75º 0.86% 0.88% -
XYZ 36.6 19.02 29.76 -
YUV 102.63 153.61 214.57 -
System Red Green Blue C M Y K H S L
Decimal 224 32 148 0 0.86 0.34 0.12 323.75 0.76 0.5
Hex E0 20 94 0 56 22 C 144 4C 32
Octal 340 40 224 0 126 42 14 504 114 62
Binary 11100000 100000 10010100 0 1010110 100010 1100 101000100 1001100 110010

Color Harmonies of #E02094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02094

Black with #E02094

Text Example


Text Example

White with #E02094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02094; }

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

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

background-color css

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

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

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

border-color css

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

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

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