Html Css Color HEX #E82852 Amaranth

📋 copy color: '#E82852'

red 232 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #E82852

Tints of Amaranth #E82852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 65.54%
G = 11.3%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E82852 (or 0xE82852) is known color: Amaranth. HEX triplet: E8, 28 and 52. RGB value is (232,40,82). Sum of RGB (Red+Green+Blue) = 232+40+82=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E82852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82852 is #17D7AD. Grayscale: #666666. Windows color (decimal): -1562542 or 5384424. OLE color: 5384424.

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

Color convert

RGB 232 40 82 -
CMYK 0 0.83 0.65 0.09
HSL 346.88º 0.81% 0.53% -
HSV(B) 346.88º 0.83% 0.91% -
XYZ 35.56 19.28 9.83 -
YUV 102.2 116.61 220.58 -
System Red Green Blue C M Y K H S L
Decimal 232 40 82 0 0.83 0.65 0.09 346.88 0.81 0.53
Hex E8 28 52 0 53 41 9 15B 51 35
Octal 350 50 122 0 123 101 11 533 121 65
Binary 11101000 101000 1010010 0 1010011 1000001 1001 101011011 1010001 110101

Color Harmonies of #E82852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82852

Black with #E82852

Text Example


Text Example

White with #E82852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82852; }

 p { color: rgb(232,40,82); }

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

background-color css

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

 a { background-color: rgb(232,40,82); }

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

border-color css

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

 span { border-color: rgb(232,40,82); }

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