#E12C51

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

Shades of Amaranth #E12C51

Tints of Amaranth #E12C51

Color information

#E12C51 (or 0xE12C51) is unknown color: approx Amaranth. HEX triplet: E1, 2C and 51. RGB value is (225,44,81). Sum of RGB (Red+Green+Blue) = 225+44+81=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C51 is #1ED3AE. Grayscale: #666666. Windows color (decimal): -2020271 or 5319905. OLE color: 5319905.

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

Color convert

RGB2254481-
CMYK00.800.640.12
HSL347.73º75.1%52.75%-
HSV(B)347.73º80.44%88.24%-
XYZ33.4418.49.57-
YUV102.34115.97215.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.29%
GREEN value IS 44 (17.58% from 255) = 12.57%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=64.29%
G=12.57%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225448100.800.640.12347.7375.152.75
HexE12C5105040C15c4b35
Octal3415412101201001453411365
Binary11100001101100101000101010000100000011001010111001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12C51; }

 p { color: rgb(225,44,81); }

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

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

 a { background-color: rgb(225,44,81); }

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

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

 span { border-color: rgb(225,44,81); }

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