#E02D46

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

Shades of Amaranth #E02D46

Tints of Amaranth #E02D46

Color information

#E02D46 (or 0xE02D46) is unknown color: approx Amaranth. HEX triplet: E0, 2D and 46. RGB value is (224,45,70). Sum of RGB (Red+Green+Blue) = 224+45+70=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D46 is #1FD2B9. Grayscale: #656565. Windows color (decimal): -2085562 or 4599264. OLE color: 4599264.

HSL color Cylindrical-coordinate representation of color #E02D46: hue angle of 351.62º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D46 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB2244570-
CMYK00.800.690.12
HSL351.62º74.27%52.75%-
HSV(B)351.62º79.91%87.84%-
XYZ32.7818.177.57-
YUV101.37110.3215.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.08%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=66.08%
G=13.27%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224457000.800.690.12351.6274.2752.75
HexE02D4605045C1604a35
Octal3405510601201051454011265
Binary11100000101101100011001010000100010111001011000001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D46; }

 p { color: rgb(224,45,70); }

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

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

 a { background-color: rgb(224,45,70); }

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

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

 span { border-color: rgb(224,45,70); }

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