#E81A51

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

Shades of Amaranth #E81A51

Tints of Amaranth #E81A51

Color information

#E81A51 (or 0xE81A51) is unknown color: approx Amaranth. HEX triplet: E8, 1A and 51. RGB value is (232,26,81). Sum of RGB (Red+Green+Blue) = 232+26+81=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A51 is #17E5AE. Grayscale: #5D5D5D. Windows color (decimal): -1566127 or 5315304. OLE color: 5315304.

HSL color Cylindrical-coordinate representation of color #E81A51: hue angle of 343.98º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A51 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB2322681-
CMYK00.890.650.09
HSL343.98º81.75%50.59%-
HSV(B)343.98º88.79%90.98%-
XYZ35.1318.499.5-
YUV93.86120.75226.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 68.44%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=68.44%
G=7.67%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232268100.890.650.09343.9881.7550.59
HexE81A510594191585233
Octal3503212101311011153012263
Binary1110100011010101000101011001100000110011010110001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81A51; }

 p { color: rgb(232,26,81); }

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

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

 a { background-color: rgb(232,26,81); }

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

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

 span { border-color: rgb(232,26,81); }

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