#e12d5d

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

Shades of Cerise #E12D5D

Tints of Cerise #E12D5D

Color information

#E12D5D (or 0xE12D5D) is unknown color: approx Cerise. HEX triplet: E1, 2D and 5D. RGB value is (225,45,93). Sum of RGB (Red+Green+Blue) = 225+45+93=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D5D is #1ED2A2. Grayscale: #686868. Windows color (decimal): -2020003 or 6106593. OLE color: 6106593.

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

Color convert

RGB2254593-
CMYK00.80.590.12
HSL344º75%52.94%-
HSV(B)344º80%88.24%-
XYZ33.9718.6712.17-
YUV104.29121.63214.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.98%
GREEN value IS 45 (17.97% from 255) = 12.40%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=61.98%
G=12.40%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225459300.80.590.123447552.94
HexE12D5D0503BC1584b35
Octal341551350120731453011365
Binary1110000110110110111010101000011101111001010110001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12d5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12d5d; }

 p { color: rgb(225,45,93); }

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

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

 a { background-color: rgb(225,45,93); }

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

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

 span { border-color: rgb(225,45,93); }

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