#E12F4D

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

Shades of Amaranth #E12F4D

Tints of Amaranth #E12F4D

Color information

#E12F4D (or 0xE12F4D) is unknown color: approx Amaranth. HEX triplet: E1, 2F and 4D. RGB value is (225,47,77). Sum of RGB (Red+Green+Blue) = 225+47+77=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F4D is #1ED0B2. Grayscale: #676767. Windows color (decimal): -2019507 or 5058529. OLE color: 5058529.

HSL color Cylindrical-coordinate representation of color #E12F4D: hue angle of 349.89º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12F4D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB2254777-
CMYK00.790.660.12
HSL349.89º74.79%53.33%-
HSV(B)349.89º79.11%88.24%-
XYZ33.4118.588.85-
YUV103.64112.97214.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.47%
GREEN value IS 47 (18.75% from 255) = 13.47%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=64.47%
G=13.47%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225477700.790.660.12349.8974.7953.33
HexE12F4D04F42C15e4b35
Octal3415711501171021453611365
Binary11100001101111100110101001111100001011001010111101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12F4D; }

 p { color: rgb(225,47,77); }

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

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

 a { background-color: rgb(225,47,77); }

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

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

 span { border-color: rgb(225,47,77); }

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