Html Css Color HEX #E11980 Deep Cerise

📋 copy color: '#E11980'

red 225 ◦ green 25 ◦ blue 128

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

Shades of Deep Cerise #E11980

Tints of Deep Cerise #E11980

RGB

 RED value IS 225 (88.28% from 255) = 59.52%

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

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

R = 59.52%
G = 6.61%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E11980 (or 0xE11980) is known color: Deep Cerise. HEX triplet: E1, 19 and 80. RGB value is (225,25,128). Sum of RGB (Red+Green+Blue) = 225+25+128=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E11980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11980 is #1EE67F. Grayscale: #606060. Windows color (decimal): -2025088 or 8395233. OLE color: 8395233.

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

Color convert

RGB 225 25 128 -
CMYK 0 0.89 0.43 0.12
HSL 329.1º 0.8% 0.49% -
HSV(B) 329.1º 0.89% 0.88% -
XYZ 35.3 18.26 22.09 -
YUV 96.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 225 25 128 0 0.89 0.43 0.12 329.1 0.8 0.49
Hex E1 19 80 0 59 2B C 149 50 31
Octal 341 31 200 0 131 53 14 511 120 61
Binary 11100001 11001 10000000 0 1011001 101011 1100 101001001 1010000 110001

Color Harmonies of #E11980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11980

Black with #E11980

Text Example


Text Example

White with #E11980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11980; }

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

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

background-color css

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

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

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

border-color css

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

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

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