#E12848

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

Shades of Amaranth #E12848

Tints of Amaranth #E12848

Color information

#E12848 (or 0xE12848) is unknown color: approx Amaranth. HEX triplet: E1, 28 and 48. RGB value is (225,40,72). Sum of RGB (Red+Green+Blue) = 225+40+72=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E12848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12848 is #1ED7B7. Grayscale: #636363. Windows color (decimal): -2021304 or 4729057. OLE color: 4729057.

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

Color convert

RGB2254072-
CMYK00.820.680.12
HSL349.62º75.51%51.96%-
HSV(B)349.62º82.22%88.24%-
XYZ32.9817.997.87-
YUV98.96112.79217.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.77%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=66.77%
G=11.87%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225407200.820.680.12349.6275.5151.96
HexE1284805244C15e4c34
Octal3415011001221041453611464
Binary11100001101000100100001010010100010011001010111101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12848; }

 p { color: rgb(225,40,72); }

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

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

 a { background-color: rgb(225,40,72); }

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

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

 span { border-color: rgb(225,40,72); }

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