Html Css Color HEX #E12976 Deep Cerise

📋 copy color: '#E12976'

red 225 ◦ green 41 ◦ blue 118

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

Shades of Deep Cerise #E12976

Tints of Deep Cerise #E12976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 58.59%
G = 10.68%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12976 (or 0xE12976) is known color: Deep Cerise. HEX triplet: E1, 29 and 76. RGB value is (225,41,118). Sum of RGB (Red+Green+Blue) = 225+41+118=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E12976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12976 is #1ED689. Grayscale: #686868. Windows color (decimal): -2021002 or 7743969. OLE color: 7743969.

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

Color convert

RGB 225 41 118 -
CMYK 0 0.82 0.48 0.12
HSL 334.89º 0.75% 0.52% -
HSV(B) 334.89º 0.82% 0.88% -
XYZ 35.11 18.9 18.94 -
YUV 104.79 135.46 213.74 -
System Red Green Blue C M Y K H S L
Decimal 225 41 118 0 0.82 0.48 0.12 334.89 0.75 0.52
Hex E1 29 76 0 52 30 C 14F 4B 34
Octal 341 51 166 0 122 60 14 517 113 64
Binary 11100001 101001 1110110 0 1010010 110000 1100 101001111 1001011 110100

Color Harmonies of #E12976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12976

Black with #E12976

Text Example


Text Example

White with #E12976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12976; }

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

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

background-color css

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

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

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

border-color css

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

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

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