#E13453

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

Shades of Amaranth #E13453

Tints of Amaranth #E13453

Color information

#E13453 (or 0xE13453) is unknown color: approx Amaranth. HEX triplet: E1, 34 and 53. RGB value is (225,52,83). Sum of RGB (Red+Green+Blue) = 225+52+83=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E13453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13453 is #1ECBAC. Grayscale: #6B6B6B. Windows color (decimal): -2018221 or 5453025. OLE color: 5453025.

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

Color convert

RGB2255283-
CMYK00.770.630.12
HSL349.25º74.25%54.31%-
HSV(B)349.25º76.89%88.24%-
XYZ33.8419.0910.08-
YUV107.26114.31211.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.5%
GREEN value IS 52 (20.70% from 255) = 14.44%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=62.5%
G=14.44%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225528300.770.630.12349.2574.2554.31
HexE1345304D3FC15d4a36
Octal341641230115771453511266
Binary1110000111010010100110100110111111111001010111011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13453; }

 p { color: rgb(225,52,83); }

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

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

 a { background-color: rgb(225,52,83); }

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

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

 span { border-color: rgb(225,52,83); }

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