#E12344

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

Shades of Amaranth #E12344

Tints of Amaranth #E12344

Color information

#E12344 (or 0xE12344) is unknown color: approx Amaranth. HEX triplet: E1, 23 and 44. RGB value is (225,35,68). Sum of RGB (Red+Green+Blue) = 225+35+68=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E12344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12344 is #1EDCBB. Grayscale: #5F5F5F. Windows color (decimal): -2022588 or 4465633. OLE color: 4465633.

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

Color convert

RGB2253568-
CMYK00.840.700.12
HSL349.58º76%50.98%-
HSV(B)349.58º84.44%88.24%-
XYZ32.717.637.15-
YUV95.57112.45220.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.60%
GREEN value IS 35 (14.06% from 255) = 10.67%
BLUE value IS 68 (26.95% from 255) = 20.73%
R=68.60%
G=10.67%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225356800.840.700.12349.587650.98
HexE1234405446C15e4c33
Octal3414310401241061453611463
Binary11100001100011100010001010100100011011001010111101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12344; }

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

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

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

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

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

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

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

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