#E12246

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

Shades of Amaranth #E12246

Tints of Amaranth #E12246

Color information

#E12246 (or 0xE12246) is unknown color: approx Amaranth. HEX triplet: E1, 22 and 46. RGB value is (225,34,70). Sum of RGB (Red+Green+Blue) = 225+34+70=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E12246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12246 is #1EDDB9. Grayscale: #5F5F5F. Windows color (decimal): -2022842 or 4596449. OLE color: 4596449.

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

Color convert

RGB2253470-
CMYK00.850.690.12
HSL348.69º76.1%50.78%-
HSV(B)348.69º84.89%88.24%-
XYZ32.7317.597.47-
YUV95.21113.78220.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.39%
GREEN value IS 34 (13.67% from 255) = 10.33%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=68.39%
G=10.33%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225347000.850.690.12348.6976.150.78
HexE1224605545C15d4c33
Octal3414210601251051453511463
Binary11100001100010100011001010101100010111001010111011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12246; }

 p { color: rgb(225,34,70); }

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

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

 a { background-color: rgb(225,34,70); }

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

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

 span { border-color: rgb(225,34,70); }

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