Html Css Color HEX #E01981 Deep Cerise

📋 copy color: '#E01981'

red 224 ◦ green 25 ◦ blue 129

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

Shades of Deep Cerise #E01981

Tints of Deep Cerise #E01981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.61%

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

R = 59.26%
G = 6.61%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E01981 (or 0xE01981) is known color: Deep Cerise. HEX triplet: E0, 19 and 81. RGB value is (224,25,129). Sum of RGB (Red+Green+Blue) = 224+25+129=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E01981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01981 is #1FE67E. Grayscale: #606060. Windows color (decimal): -2090623 or 8460768. OLE color: 8460768.

HSL color Cylindrical-coordinate representation of color #E01981: hue angle of 328.64º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01981 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 129 -
CMYK 0 0.89 0.42 0.12
HSL 328.64º 0.8% 0.49% -
HSV(B) 328.64º 0.89% 0.88% -
XYZ 35.05 18.13 22.42 -
YUV 96.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 224 25 129 0 0.89 0.42 0.12 328.64 0.8 0.49
Hex E0 19 81 0 59 2A C 149 50 31
Octal 340 31 201 0 131 52 14 511 120 61
Binary 11100000 11001 10000001 0 1011001 101010 1100 101001001 1010000 110001

Color Harmonies of #E01981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01981

Black with #E01981

Text Example


Text Example

White with #E01981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01981; }

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

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

background-color css

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

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

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

border-color css

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

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

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