#E13B4A

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

Shades of Amaranth #E13B4A

Tints of Amaranth #E13B4A

Color information

#E13B4A (or 0xE13B4A) is unknown color: approx Amaranth. HEX triplet: E1, 3B and 4A. RGB value is (225,59,74). Sum of RGB (Red+Green+Blue) = 225+59+74=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13B4A is #1EC4B5. Grayscale: #6E6E6E. Windows color (decimal): -2016438 or 4864993. OLE color: 4864993.

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

Color convert

RGB2255974-
CMYK00.740.670.12
HSL354.58º73.45%55.69%-
HSV(B)354.58º73.78%88.24%-
XYZ33.8519.638.48-
YUV110.34107.5209.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.85%
GREEN value IS 59 (23.44% from 255) = 16.48%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=62.85%
G=16.48%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225597400.740.670.12354.5873.4555.69
HexE13B4A04A43C1634938
Octal3417311201121031454311170
Binary11100001111011100101001001010100001111001011000111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13B4A; }

 p { color: rgb(225,59,74); }

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

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

 a { background-color: rgb(225,59,74); }

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

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

 span { border-color: rgb(225,59,74); }

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