#E83253

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

Shades of Amaranth #E83253

Tints of Amaranth #E83253

Color information

#E83253 (or 0xE83253) is unknown color: approx Amaranth. HEX triplet: E8, 32 and 53. RGB value is (232,50,83). Sum of RGB (Red+Green+Blue) = 232+50+83=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E83253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83253 is #17CDAC. Grayscale: #6C6C6C. Windows color (decimal): -1559981 or 5452520. OLE color: 5452520.

HSL color Cylindrical-coordinate representation of color #E83253: hue angle of 349.12º degrees, saturation: 0.8, 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 #E83253 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB2325083-
CMYK00.780.640.09
HSL349.12º79.82%55.29%-
HSV(B)349.12º78.45%90.98%-
XYZ35.9820.0610.16-
YUV108.18113.8216.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 63.56%
GREEN value IS 50 (19.92% from 255) = 13.70%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=63.56%
G=13.70%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232508300.780.640.09349.1279.8255.29
HexE8325304E40915d5037
Octal3506212301161001153512067
Binary11101000110010101001101001110100000010011010111011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E83253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E83253; }

 p { color: rgb(232,50,83); }

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

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

 a { background-color: rgb(232,50,83); }

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

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

 span { border-color: rgb(232,50,83); }

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