Html Css Color HEX #E12E76 Deep Cerise

📋 copy color: '#E12E76'

red 225 ◦ green 46 ◦ blue 118

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

Shades of Deep Cerise #E12E76

Tints of Deep Cerise #E12E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.83%

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

R = 57.84%
G = 11.83%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12E76 (or 0xE12E76) is known color: Deep Cerise. HEX triplet: E1, 2E and 76. RGB value is (225,46,118). Sum of RGB (Red+Green+Blue) = 225+46+118=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E76 is #1ED189. Grayscale: #6B6B6B. Windows color (decimal): -2019722 or 7745249. OLE color: 7745249.

HSL color Cylindrical-coordinate representation of color #E12E76: hue angle of 335.87º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12E76 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 46 118 -
CMYK 0 0.80 0.48 0.12
HSL 335.87º 0.75% 0.53% -
HSV(B) 335.87º 0.8% 0.88% -
XYZ 35.3 19.27 19 -
YUV 107.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 225 46 118 0 0.80 0.48 0.12 335.87 0.75 0.53
Hex E1 2E 76 0 50 30 C 150 4B 35
Octal 341 56 166 0 120 60 14 520 113 65
Binary 11100001 101110 1110110 0 1010000 110000 1100 101010000 1001011 110101

Color Harmonies of #E12E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12E76

Black with #E12E76

Text Example


Text Example

White with #E12E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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