Html Css Color HEX #E02098 Deep Cerise

📋 copy color: '#E02098'

red 224 ◦ green 32 ◦ blue 152

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

Shades of Deep Cerise #E02098

Tints of Deep Cerise #E02098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 54.9%
G = 7.84%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E02098 (or 0xE02098) is known color: Deep Cerise. HEX triplet: E0, 20 and 98. RGB value is (224,32,152). Sum of RGB (Red+Green+Blue) = 224+32+152=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E02098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02098 is #1FDF67. Grayscale: #666666. Windows color (decimal): -2088808 or 9969888. OLE color: 9969888.

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

Color convert

RGB 224 32 152 -
CMYK 0 0.86 0.32 0.12
HSL 322.5º 0.76% 0.5% -
HSV(B) 322.5º 0.86% 0.88% -
XYZ 36.92 19.15 31.46 -
YUV 103.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 224 32 152 0 0.86 0.32 0.12 322.5 0.76 0.5
Hex E0 20 98 0 56 20 C 142 4C 32
Octal 340 40 230 0 126 40 14 502 114 62
Binary 11100000 100000 10011000 0 1010110 100000 1100 101000010 1001100 110010

Color Harmonies of #E02098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02098

Black with #E02098

Text Example


Text Example

White with #E02098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02098; }

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

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

background-color css

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

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

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

border-color css

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

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

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