Html Css Color HEX #E12080 Deep Cerise

📋 copy color: '#E12080'

red 225 ◦ green 32 ◦ blue 128

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

Shades of Deep Cerise #E12080

Tints of Deep Cerise #E12080

RGB

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

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

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

R = 58.44%
G = 8.31%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E12080 (or 0xE12080) is known color: Deep Cerise. HEX triplet: E1, 20 and 80. RGB value is (225,32,128). Sum of RGB (Red+Green+Blue) = 225+32+128=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E12080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12080 is #1EDF7F. Grayscale: #646464. Windows color (decimal): -2023296 or 8397025. OLE color: 8397025.

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

Color convert

RGB 225 32 128 -
CMYK 0 0.86 0.43 0.12
HSL 330.16º 0.76% 0.5% -
HSV(B) 330.16º 0.86% 0.88% -
XYZ 35.46 18.6 22.14 -
YUV 100.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 225 32 128 0 0.86 0.43 0.12 330.16 0.76 0.5
Hex E1 20 80 0 56 2B C 14A 4C 32
Octal 341 40 200 0 126 53 14 512 114 62
Binary 11100001 100000 10000000 0 1010110 101011 1100 101001010 1001100 110010

Color Harmonies of #E12080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12080

Black with #E12080

Text Example


Text Example

White with #E12080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12080; }

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

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

background-color css

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

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

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

border-color css

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

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

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