#E8255B

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

Shades of Amaranth #E8255B

Tints of Amaranth #E8255B

Color information

#E8255B (or 0xE8255B) is unknown color: approx Amaranth. HEX triplet: E8, 25 and 5B. RGB value is (232,37,91). Sum of RGB (Red+Green+Blue) = 232+37+91=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8255B is #17DAA4. Grayscale: #656565. Windows color (decimal): -1563301 or 5973480. OLE color: 5973480.

HSL color Cylindrical-coordinate representation of color #E8255B: hue angle of 343.38º 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 #E8255B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB2323791-
CMYK00.840.610.09
HSL343.38º80.91%52.75%-
HSV(B)343.38º84.05%90.98%-
XYZ35.8319.2311.72-
YUV101.46122.1221.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.44%
GREEN value IS 37 (14.84% from 255) = 10.28%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=64.44%
G=10.28%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232379100.840.610.09343.3880.9152.75
HexE8255B0543D91575135
Octal350451330124751152712165
Binary1110100010010110110110101010011110110011010101111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8255B; }

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

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

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

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

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

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

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

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