Html Css Color HEX #E01984 Deep Cerise

📋 copy color: '#E01984'

red 224 ◦ green 25 ◦ blue 132

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

Shades of Deep Cerise #E01984

Tints of Deep Cerise #E01984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.65%

R = 58.79%
G = 6.56%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E01984 (or 0xE01984) is known color: Deep Cerise. HEX triplet: E0, 19 and 84. RGB value is (224,25,132). Sum of RGB (Red+Green+Blue) = 224+25+132=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E01984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01984 is #1FE67B. Grayscale: #606060. Windows color (decimal): -2090620 or 8657376. OLE color: 8657376.

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

Color convert

RGB 224 25 132 -
CMYK 0 0.89 0.41 0.12
HSL 327.74º 0.8% 0.49% -
HSV(B) 327.74º 0.89% 0.88% -
XYZ 35.25 18.21 23.49 -
YUV 96.7 147.93 218.8 -
System Red Green Blue C M Y K H S L
Decimal 224 25 132 0 0.89 0.41 0.12 327.74 0.8 0.49
Hex E0 19 84 0 59 29 C 148 50 31
Octal 340 31 204 0 131 51 14 510 120 61
Binary 11100000 11001 10000100 0 1011001 101001 1100 101001000 1010000 110001

Color Harmonies of #E01984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01984

Black with #E01984

Text Example


Text Example

White with #E01984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01984; }

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

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

background-color css

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

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

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

border-color css

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

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

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