Html Css Color HEX #E02493 Deep Cerise

📋 copy color: '#E02493'

red 224 ◦ green 36 ◦ blue 147

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

Shades of Deep Cerise #E02493

Tints of Deep Cerise #E02493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 55.04%
G = 8.85%
B = 36.12%

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

#E02493 (or 0xE02493) is known color: Deep Cerise. HEX triplet: E0, 24 and 93. RGB value is (224,36,147). Sum of RGB (Red+Green+Blue) = 224+36+147=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E02493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02493 is #1FDB6C. Grayscale: #686868. Windows color (decimal): -2087789 or 9643232. OLE color: 9643232.

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

Color convert

RGB 224 36 147 -
CMYK 0 0.84 0.34 0.12
HSL 324.57º 0.75% 0.51% -
HSV(B) 324.57º 0.84% 0.88% -
XYZ 36.64 19.22 29.38 -
YUV 104.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 224 36 147 0 0.84 0.34 0.12 324.57 0.75 0.51
Hex E0 24 93 0 54 22 C 145 4B 33
Octal 340 44 223 0 124 42 14 505 113 63
Binary 11100000 100100 10010011 0 1010100 100010 1100 101000101 1001011 110011

Color Harmonies of #E02493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02493

Black with #E02493

Text Example


Text Example

White with #E02493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02493; }

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

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

background-color css

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

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

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

border-color css

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

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

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