#E12281

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

Shades of Deep Cerise #E12281

Tints of Deep Cerise #E12281

Color information

#E12281 (or 0xE12281) is unknown color: approx Deep Cerise. HEX triplet: E1, 22 and 81. RGB value is (225,34,129). Sum of RGB (Red+Green+Blue) = 225+34+129=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E12281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12281 is #1EDD7E. Grayscale: #656565. Windows color (decimal): -2022783 or 8463073. OLE color: 8463073.

HSL color Cylindrical-coordinate representation of color #E12281: hue angle of 330.16º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12281 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB22534129-
CMYK00.850.430.12
HSL330.16º76.1%50.78%-
HSV(B)330.16º84.89%88.24%-
XYZ35.5918.7422.51-
YUV101.94143.28215.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.99%
GREEN value IS 34 (13.67% from 255) = 8.76%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=57.99%
G=8.76%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253412900.850.430.12330.1676.150.78
HexE122810552BC14a4c33
Octal341422010125531451211463
Binary11100001100010100000010101010110101111001010010101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12281; }

 p { color: rgb(225,34,129); }

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

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

 a { background-color: rgb(225,34,129); }

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

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

 span { border-color: rgb(225,34,129); }

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