#E12D5B

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

Shades of Cerise #E12D5B

Tints of Cerise #E12D5B

Color information

#E12D5B (or 0xE12D5B) is unknown color: approx Cerise. HEX triplet: E1, 2D and 5B. RGB value is (225,45,91). Sum of RGB (Red+Green+Blue) = 225+45+91=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D5B is #1ED2A4. Grayscale: #686868. Windows color (decimal): -2020005 or 5975521. OLE color: 5975521.

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

Color convert

RGB2254591-
CMYK00.80.600.12
HSL344.67º75%52.94%-
HSV(B)344.67º80%88.24%-
XYZ33.8818.6411.71-
YUV104.06120.63214.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.33%
GREEN value IS 45 (17.97% from 255) = 12.47%
BLUE value IS 91 (35.94% from 255) = 25.21%
R=62.33%
G=12.47%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225459100.80.600.12344.677552.94
HexE12D5B0503CC1594b35
Octal341551330120741453111365
Binary1110000110110110110110101000011110011001010110011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12D5B; }

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

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

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

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

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

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

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

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