#e12a5d

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

Shades of Cerise #E12A5D

Tints of Cerise #E12A5D

Color information

#E12A5D (or 0xE12A5D) is unknown color: approx Cerise. HEX triplet: E1, 2A and 5D. RGB value is (225,42,93). Sum of RGB (Red+Green+Blue) = 225+42+93=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12A5D is #1ED5A2. Grayscale: #666666. Windows color (decimal): -2020771 or 6105825. OLE color: 6105825.

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

Color convert

RGB2254293-
CMYK00.810.590.12
HSL343.28º75.31%52.35%-
HSV(B)343.28º81.33%88.24%-
XYZ33.8618.4512.13-
YUV102.53122.63215.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.5%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=62.5%
G=11.67%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225429300.810.590.12343.2875.3152.35
HexE12A5D0513BC1574b34
Octal341521350121731452711364
Binary1110000110101010111010101000111101111001010101111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12a5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12a5d; }

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

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

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

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

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

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

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

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