#E12885

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

Shades of Deep Cerise #E12885

Tints of Deep Cerise #E12885

Color information

#E12885 (or 0xE12885) is unknown color: approx Deep Cerise. HEX triplet: E1, 28 and 85. RGB value is (225,40,133). Sum of RGB (Red+Green+Blue) = 225+40+133=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E12885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12885 is #1ED77A. Grayscale: #696969. Windows color (decimal): -2021243 or 8726753. OLE color: 8726753.

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

Color convert

RGB22540133-
CMYK00.820.410.12
HSL329.84º75.51%51.96%-
HSV(B)329.84º82.22%88.24%-
XYZ36.0419.2224-
YUV105.92143.29212.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 40 (16.02% from 255) = 10.05%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=56.53%
G=10.05%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254013300.820.410.12329.8475.5151.96
HexE1288505229C14a4c34
Octal341502050122511451211464
Binary11100001101000100001010101001010100111001010010101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12885; }

 p { color: rgb(225,40,133); }

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

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

 a { background-color: rgb(225,40,133); }

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

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

 span { border-color: rgb(225,40,133); }

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