#E13C4C

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

Shades of Amaranth #E13C4C

Tints of Amaranth #E13C4C

Color information

#E13C4C (or 0xE13C4C) is unknown color: approx Amaranth. HEX triplet: E1, 3C and 4C. RGB value is (225,60,76). Sum of RGB (Red+Green+Blue) = 225+60+76=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C4C is #1EC3B3. Grayscale: #6F6F6F. Windows color (decimal): -2016180 or 4996321. OLE color: 4996321.

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

Color convert

RGB2256076-
CMYK00.730.660.12
HSL354.18º73.33%55.88%-
HSV(B)354.18º73.33%88.24%-
XYZ33.9719.768.86-
YUV111.16108.16209.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.33%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=62.33%
G=16.62%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225607600.730.660.12354.1873.3355.88
HexE13C4C04942C1624938
Octal3417411401111021454211170
Binary11100001111100100110001001001100001011001011000101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13C4C; }

 p { color: rgb(225,60,76); }

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

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

 a { background-color: rgb(225,60,76); }

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

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

 span { border-color: rgb(225,60,76); }

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