#E13550

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

Shades of Amaranth #E13550

Tints of Amaranth #E13550

Color information

#E13550 (or 0xE13550) is unknown color: approx Amaranth. HEX triplet: E1, 35 and 50. RGB value is (225,53,80). Sum of RGB (Red+Green+Blue) = 225+53+80=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E13550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13550 is #1ECAAF. Grayscale: #6B6B6B. Windows color (decimal): -2017968 or 5256673. OLE color: 5256673.

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

Color convert

RGB2255380-
CMYK00.760.640.12
HSL350.58º74.14%54.51%-
HSV(B)350.58º76.44%88.24%-
XYZ33.7719.139.5-
YUV107.51112.48211.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.85%
GREEN value IS 53 (21.09% from 255) = 14.80%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=62.85%
G=14.80%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225538000.760.640.12350.5874.1454.51
HexE1355004C40C15f4a37
Octal3416512001141001453711267
Binary11100001110101101000001001100100000011001010111111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13550; }

 p { color: rgb(225,53,80); }

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

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

 a { background-color: rgb(225,53,80); }

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

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

 span { border-color: rgb(225,53,80); }

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