#e13850

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

Shades of Amaranth #E13850

Tints of Amaranth #E13850

Color information

#E13850 (or 0xE13850) is unknown color: approx Amaranth. HEX triplet: E1, 38 and 50. RGB value is (225,56,80). Sum of RGB (Red+Green+Blue) = 225+56+80=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E13850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13850 is #1EC7AF. Grayscale: #6D6D6D. Windows color (decimal): -2017200 or 5257441. OLE color: 5257441.

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

Color convert

RGB2255680-
CMYK00.750.640.12
HSL351.48º73.8%55.1%-
HSV(B)351.48º75.11%88.24%-
XYZ33.9119.429.55-
YUV109.27111.49210.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.33%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=62.33%
G=15.51%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225568000.750.640.12351.4873.855.1
HexE1385004B40C15f4a37
Octal3417012001131001453711267
Binary11100001111000101000001001011100000011001010111111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13850; }

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

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

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

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

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

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

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

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