#E82550

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

Shades of Amaranth #E82550

Tints of Amaranth #E82550

Color information

#E82550 (or 0xE82550) is unknown color: approx Amaranth. HEX triplet: E8, 25 and 50. RGB value is (232,37,80). Sum of RGB (Red+Green+Blue) = 232+37+80=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E82550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82550 is #17DAAF. Grayscale: #646464. Windows color (decimal): -1563312 or 5252584. OLE color: 5252584.

HSL color Cylindrical-coordinate representation of color #E82550: hue angle of 346.77º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E82550 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2323780-
CMYK00.840.660.09
HSL346.77º80.91%52.75%-
HSV(B)346.77º84.05%90.98%-
XYZ35.3919.069.4-
YUV100.21116.6222-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 66.48%
GREEN value IS 37 (14.84% from 255) = 10.60%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=66.48%
G=10.60%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232378000.840.660.09346.7780.9152.75
HexE8255005442915b5135
Octal3504512001241021153312165
Binary11101000100101101000001010100100001010011010110111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82550; }

 p { color: rgb(232,37,80); }

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

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

 a { background-color: rgb(232,37,80); }

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

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

 span { border-color: rgb(232,37,80); }

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