Html Css Color HEX #E02498 Deep Cerise

📋 copy color: '#E02498'

red 224 ◦ green 36 ◦ blue 152

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

Shades of Deep Cerise #E02498

Tints of Deep Cerise #E02498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.74%

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

R = 54.37%
G = 8.74%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E02498 (or 0xE02498) is known color: Deep Cerise. HEX triplet: E0, 24 and 98. RGB value is (224,36,152). Sum of RGB (Red+Green+Blue) = 224+36+152=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E02498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02498 is #1FDB67. Grayscale: #696969. Windows color (decimal): -2087784 or 9970912. OLE color: 9970912.

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

Color convert

RGB 224 36 152 -
CMYK 0 0.84 0.32 0.12
HSL 322.98º 0.75% 0.51% -
HSV(B) 322.98º 0.84% 0.88% -
XYZ 37.04 19.38 31.49 -
YUV 105.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 224 36 152 0 0.84 0.32 0.12 322.98 0.75 0.51
Hex E0 24 98 0 54 20 C 143 4B 33
Octal 340 44 230 0 124 40 14 503 113 63
Binary 11100000 100100 10011000 0 1010100 100000 1100 101000011 1001011 110011

Color Harmonies of #E02498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02498

Black with #E02498

Text Example


Text Example

White with #E02498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02498; }

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

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

background-color css

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

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

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

border-color css

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

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

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