#e13846

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

Shades of Amaranth #E13846

Tints of Amaranth #E13846

Color information

#E13846 (or 0xE13846) is unknown color: approx Amaranth. HEX triplet: E1, 38 and 46. RGB value is (225,56,70). Sum of RGB (Red+Green+Blue) = 225+56+70=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E13846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13846 is #1EC7B9. Grayscale: #6C6C6C. Windows color (decimal): -2017210 or 4602081. OLE color: 4602081.

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

Color convert

RGB2255670-
CMYK00.750.690.12
HSL355.03º73.8%55.1%-
HSV(B)355.03º75.11%88.24%-
XYZ33.5719.287.75-
YUV108.13106.49211.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.10%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=64.10%
G=15.95%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225567000.750.690.12355.0373.855.1
HexE1384604B45C1634a37
Octal3417010601131051454311267
Binary11100001111000100011001001011100010111001011000111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13846; }

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

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

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

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

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

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

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

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