#E13551

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

Shades of Amaranth #E13551

Tints of Amaranth #E13551

Color information

#E13551 (or 0xE13551) is unknown color: approx Amaranth. HEX triplet: E1, 35 and 51. RGB value is (225,53,81). Sum of RGB (Red+Green+Blue) = 225+53+81=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E13551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13551 is #1ECAAE. Grayscale: #6B6B6B. Windows color (decimal): -2017967 or 5322209. OLE color: 5322209.

HSL color Cylindrical-coordinate representation of color #E13551: hue angle of 350.23º 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 #E13551 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2255381-
CMYK00.760.640.12
HSL350.23º74.14%54.51%-
HSV(B)350.23º76.44%88.24%-
XYZ33.8119.159.7-
YUV107.62112.98211.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=62.67%
G=14.76%
B=22.56%

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
Decimal225538100.760.640.12350.2374.1454.51
HexE1355104C40C15e4a37
Octal3416512101141001453611267
Binary11100001110101101000101001100100000011001010111101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13551; }

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

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

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

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

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

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

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

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