Html Css Color HEX #E02081 Deep Cerise

📋 copy color: '#E02081'

red 224 ◦ green 32 ◦ blue 129

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

Shades of Deep Cerise #E02081

Tints of Deep Cerise #E02081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 58.18%
G = 8.31%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E02081 (or 0xE02081) is known color: Deep Cerise. HEX triplet: E0, 20 and 81. RGB value is (224,32,129). Sum of RGB (Red+Green+Blue) = 224+32+129=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E02081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02081 is #1FDF7E. Grayscale: #646464. Windows color (decimal): -2088831 or 8462560. OLE color: 8462560.

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

Color convert

RGB 224 32 129 -
CMYK 0 0.86 0.42 0.12
HSL 329.69º 0.76% 0.5% -
HSV(B) 329.69º 0.86% 0.88% -
XYZ 35.22 18.47 22.48 -
YUV 100.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 224 32 129 0 0.86 0.42 0.12 329.69 0.76 0.5
Hex E0 20 81 0 56 2A C 14A 4C 32
Octal 340 40 201 0 126 52 14 512 114 62
Binary 11100000 100000 10000001 0 1010110 101010 1100 101001010 1001100 110010

Color Harmonies of #E02081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02081

Black with #E02081

Text Example


Text Example

White with #E02081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02081; }

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

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

background-color css

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

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

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

border-color css

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

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

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