#E72058

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

Shades of Amaranth #E72058

Tints of Amaranth #E72058

Color information

#E72058 (or 0xE72058) is unknown color: approx Amaranth. HEX triplet: E7, 20 and 58. RGB value is (231,32,88). Sum of RGB (Red+Green+Blue) = 231+32+88=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E72058 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72058 is #18DFA7. Grayscale: #616161. Windows color (decimal): -1630120 or 5775591. OLE color: 5775591.

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

Color convert

RGB2313288-
CMYK00.860.620.09
HSL343.12º80.57%51.57%-
HSV(B)343.12º86.15%90.59%-
XYZ35.2318.7310.99-
YUV97.88122.43222.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.81%
GREEN value IS 32 (12.89% from 255) = 9.12%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=65.81%
G=9.12%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231328800.860.620.09343.1280.5751.57
HexE720580563E91575134
Octal347401300126761152712164
Binary1110011110000010110000101011011111010011010101111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72058; }

 p { color: rgb(231,32,88); }

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

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

 a { background-color: rgb(231,32,88); }

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

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

 span { border-color: rgb(231,32,88); }

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