Html Css Color HEX #E12076 Deep Cerise

📋 copy color: '#E12076'

red 225 ◦ green 32 ◦ blue 118

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

Shades of Deep Cerise #E12076

Tints of Deep Cerise #E12076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 60%
G = 8.53%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12076 (or 0xE12076) is known color: Deep Cerise. HEX triplet: E1, 20 and 76. RGB value is (225,32,118). Sum of RGB (Red+Green+Blue) = 225+32+118=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E12076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12076 is #1EDF89. Grayscale: #636363. Windows color (decimal): -2023306 or 7741665. OLE color: 7741665.

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

Color convert

RGB 225 32 118 -
CMYK 0 0.86 0.48 0.12
HSL 333.26º 0.76% 0.5% -
HSV(B) 333.26º 0.86% 0.88% -
XYZ 34.84 18.35 18.85 -
YUV 99.51 138.44 217.51 -
System Red Green Blue C M Y K H S L
Decimal 225 32 118 0 0.86 0.48 0.12 333.26 0.76 0.5
Hex E1 20 76 0 56 30 C 14D 4C 32
Octal 341 40 166 0 126 60 14 515 114 62
Binary 11100001 100000 1110110 0 1010110 110000 1100 101001101 1001100 110010

Color Harmonies of #E12076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12076

Black with #E12076

Text Example


Text Example

White with #E12076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12076; }

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

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

background-color css

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

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

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

border-color css

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

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

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