#e12d59

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

Shades of Amaranth #E12D59

Tints of Amaranth #E12D59

Color information

#E12D59 (or 0xE12D59) is unknown color: approx Amaranth. HEX triplet: E1, 2D and 59. RGB value is (225,45,89). Sum of RGB (Red+Green+Blue) = 225+45+89=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D59 is #1ED2A6. Grayscale: #676767. Windows color (decimal): -2020007 or 5844449. OLE color: 5844449.

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

Color convert

RGB2254589-
CMYK00.80.600.12
HSL345.33º75%52.94%-
HSV(B)345.33º80%88.24%-
XYZ33.7918.6111.26-
YUV103.84119.63214.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 45 (17.97% from 255) = 12.53%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=62.67%
G=12.53%
B=24.79%

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
Decimal225458900.80.600.12345.337552.94
HexE12D590503CC1594b35
Octal341551310120741453111365
Binary1110000110110110110010101000011110011001010110011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12d59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12d59; }

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

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

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

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

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

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

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

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