#E12978

Color #E12978 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E12978

Tints of Deep Cerise #E12978

Color information

#E12978 (or 0xE12978) is unknown color: approx Deep Cerise. HEX triplet: E1, 29 and 78. RGB value is (225,41,120). Sum of RGB (Red+Green+Blue) = 225+41+120=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E12978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12978 is #1ED687. Grayscale: #686868. Windows color (decimal): -2021000 or 7875041. OLE color: 7875041.

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

Color convert

RGB22541120-
CMYK00.820.470.12
HSL334.24º75.41%52.16%-
HSV(B)334.24º81.78%88.24%-
XYZ35.2318.9519.57-
YUV105.02136.46213.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.29%
GREEN value IS 41 (16.41% from 255) = 10.62%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=58.29%
G=10.62%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254112000.820.470.12334.2475.4152.16
HexE129780522FC14e4b34
Octal341511700122571451611364
Binary1110000110100111110000101001010111111001010011101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12978; }

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

 H1.HeaderClassName
 {
   color: #E12978;
 }
 .AnyTagClassName
 {
   color: #E12978;
 }
</style>
background-color css

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

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

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

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

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

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