Html Css Color HEX #E02090 Deep Cerise

📋 copy color: '#E02090'

red 224 ◦ green 32 ◦ blue 144

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

Shades of Deep Cerise #E02090

Tints of Deep Cerise #E02090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36%

R = 56%
G = 8%
B = 36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E02090 (or 0xE02090) is known color: Deep Cerise. HEX triplet: E0, 20 and 90. RGB value is (224,32,144). Sum of RGB (Red+Green+Blue) = 224+32+144=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E02090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02090 is #1FDF6F. Grayscale: #656565. Windows color (decimal): -2088816 or 9445600. OLE color: 9445600.

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

Color convert

RGB 224 32 144 -
CMYK 0 0.86 0.36 0.12
HSL 325º 0.76% 0.5% -
HSV(B) 325º 0.86% 0.88% -
XYZ 36.29 18.89 28.12 -
YUV 102.18 151.61 214.89 -
System Red Green Blue C M Y K H S L
Decimal 224 32 144 0 0.86 0.36 0.12 325 0.76 0.5
Hex E0 20 90 0 56 24 C 145 4C 32
Octal 340 40 220 0 126 44 14 505 114 62
Binary 11100000 100000 10010000 0 1010110 100100 1100 101000101 1001100 110010

Color Harmonies of #E02090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02090

Black with #E02090

Text Example


Text Example

White with #E02090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02090; }

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

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

background-color css

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

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

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

border-color css

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

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

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