Html Css Color HEX #E31980 Deep Cerise

📋 copy color: '#E31980'

red 227 ◦ green 25 ◦ blue 128

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

Shades of Deep Cerise #E31980

Tints of Deep Cerise #E31980

RGB

 RED value IS 227 (89.06% from 255) = 59.74%

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

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 59.74%
G = 6.58%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E31980 (or 0xE31980) is known color: Deep Cerise. HEX triplet: E3, 19 and 80. RGB value is (227,25,128). Sum of RGB (Red+Green+Blue) = 227+25+128=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E31980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31980 is #1CE67F. Grayscale: #606060. Windows color (decimal): -1894016 or 8395235. OLE color: 8395235.

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

Color convert

RGB 227 25 128 -
CMYK 0 0.89 0.44 0.11
HSL 329.41º 0.8% 0.49% -
HSV(B) 329.41º 0.89% 0.89% -
XYZ 35.92 18.58 22.12 -
YUV 97.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 227 25 128 0 0.89 0.44 0.11 329.41 0.8 0.49
Hex E3 19 80 0 59 2C B 149 50 31
Octal 343 31 200 0 131 54 13 511 120 61
Binary 11100011 11001 10000000 0 1011001 101100 1011 101001001 1010000 110001

Color Harmonies of #E31980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31980

Black with #E31980

Text Example


Text Example

White with #E31980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31980; }

 p { color: rgb(227,25,128); }

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

background-color css

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

 a { background-color: rgb(227,25,128); }

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

border-color css

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

 span { border-color: rgb(227,25,128); }

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