#E12744

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

Shades of Amaranth #E12744

Tints of Amaranth #E12744

Color information

#E12744 (or 0xE12744) is unknown color: approx Amaranth. HEX triplet: E1, 27 and 44. RGB value is (225,39,68). Sum of RGB (Red+Green+Blue) = 225+39+68=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E12744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12744 is #1ED8BB. Grayscale: #616161. Windows color (decimal): -2021564 or 4466657. OLE color: 4466657.

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

Color convert

RGB2253968-
CMYK00.830.700.12
HSL350.65º75.61%51.76%-
HSV(B)350.65º82.67%88.24%-
XYZ32.8217.887.19-
YUV97.92111.12218.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.77%
GREEN value IS 39 (15.62% from 255) = 11.75%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=67.77%
G=11.75%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225396800.830.700.12350.6575.6151.76
HexE1274405346C15f4c34
Octal3414710401231061453711464
Binary11100001100111100010001010011100011011001010111111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12744; }

 p { color: rgb(225,39,68); }

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

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

 a { background-color: rgb(225,39,68); }

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

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

 span { border-color: rgb(225,39,68); }

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