#E73252

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

Shades of Amaranth #E73252

Tints of Amaranth #E73252

Color information

#E73252 (or 0xE73252) is unknown color: approx Amaranth. HEX triplet: E7, 32 and 52. RGB value is (231,50,82). Sum of RGB (Red+Green+Blue) = 231+50+82=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E73252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73252 is #18CDAD. Grayscale: #6B6B6B. Windows color (decimal): -1625518 or 5386983. OLE color: 5386983.

HSL color Cylindrical-coordinate representation of color #E73252: hue angle of 349.39º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E73252 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB2315082-
CMYK00.780.650.09
HSL349.39º79.04%55.1%-
HSV(B)349.39º78.35%90.59%-
XYZ35.6219.889.94-
YUV107.77113.47215.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 63.64%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=63.64%
G=13.77%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231508200.780.650.09349.3979.0455.1
HexE7325204E41915d4f37
Octal3476212201161011153511767
Binary11100111110010101001001001110100000110011010111011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73252; }

 p { color: rgb(231,50,82); }

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

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

 a { background-color: rgb(231,50,82); }

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

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

 span { border-color: rgb(231,50,82); }

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