Html Css Color HEX #E82059 Amaranth

📋 copy color: '#E82059'

red 232 ◦ green 32 ◦ blue 89

#E82059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #E82059

Tints of Amaranth #E82059

RGB

 RED value IS 232 (91.02% from 255) = 65.72%

 GREEN value IS 32 (12.89% from 255) = 9.07%

 BLUE value IS 89 (35.16% from 255) = 25.21%

R = 65.72%
G = 9.07%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E82059 (or 0xE82059) is known color: Amaranth. HEX triplet: E8, 20 and 59. RGB value is (232,32,89). Sum of RGB (Red+Green+Blue) = 232+32+89=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E82059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82059 is #17DFA6. Grayscale: #626262. Windows color (decimal): -1564583 or 5841128. OLE color: 5841128.

HSL color Cylindrical-coordinate representation of color #E82059: hue angle of 342.9º 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 #E82059 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 89 -
CMYK 0 0.86 0.62 0.09
HSL 342.9º 0.81% 0.52% -
HSV(B) 342.9º 0.86% 0.91% -
XYZ 35.6 18.91 11.22 -
YUV 98.3 122.76 223.37 -
System Red Green Blue C M Y K H S L
Decimal 232 32 89 0 0.86 0.62 0.09 342.9 0.81 0.52
Hex E8 20 59 0 56 3E 9 157 51 34
Octal 350 40 131 0 126 76 11 527 121 64
Binary 11101000 100000 1011001 0 1010110 111110 1001 101010111 1010001 110100

Color Harmonies of #E82059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82059

Black with #E82059

Text Example


Text Example

White with #E82059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82059; }

 p { color: rgb(232,32,89); }

 H1.HeaderClassName
 {
   color: #E82059;
 }
 .AnyTagClassName
 {
   color: #E82059;
 }
</style>

background-color css

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

 a { background-color: rgb(232,32,89); }

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

border-color css

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

 span { border-color: rgb(232,32,89); }

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