#E32152

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

Shades of Amaranth #E32152

Tints of Amaranth #E32152

Color information

#E32152 (or 0xE32152) is unknown color: approx Amaranth. HEX triplet: E3, 21 and 52. RGB value is (227,33,82). Sum of RGB (Red+Green+Blue) = 227+33+82=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E32152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32152 is #1CDEAD. Grayscale: #606060. Windows color (decimal): -1892014 or 5382627. OLE color: 5382627.

HSL color Cylindrical-coordinate representation of color #E32152: hue angle of 344.85º 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 #E32152 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB2273382-
CMYK00.850.640.11
HSL344.85º77.6%50.98%-
HSV(B)344.85º85.46%89.02%-
XYZ33.7518.039.68-
YUV96.59119.77221.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.37%
GREEN value IS 33 (13.28% from 255) = 9.65%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=66.37%
G=9.65%
B=23.98%

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
Decimal227338200.850.640.11344.8577.650.98
HexE3215205540B1594e33
Octal3434112201251001353111663
Binary11100011100001101001001010101100000010111010110011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32152; }

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

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

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

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

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

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

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

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