#E32151

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

Shades of Amaranth #E32151

Tints of Amaranth #E32151

Color information

#E32151 (or 0xE32151) is unknown color: approx Amaranth. HEX triplet: E3, 21 and 51. RGB value is (227,33,81). Sum of RGB (Red+Green+Blue) = 227+33+81=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E32151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32151 is #1CDEAE. Grayscale: #606060. Windows color (decimal): -1892015 or 5317091. OLE color: 5317091.

HSL color Cylindrical-coordinate representation of color #E32151: hue angle of 345.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32151 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB2273381-
CMYK00.850.640.11
HSL345.15º77.6%50.98%-
HSV(B)345.15º85.46%89.02%-
XYZ33.7118.019.48-
YUV96.48119.27221.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.57%
GREEN value IS 33 (13.28% from 255) = 9.68%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=66.57%
G=9.68%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227338100.850.640.11345.1577.650.98
HexE3215105540B1594e33
Octal3434112101251001353111663
Binary11100011100001101000101010101100000010111010110011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32151; }

 p { color: rgb(227,33,81); }

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

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

 a { background-color: rgb(227,33,81); }

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

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

 span { border-color: rgb(227,33,81); }

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