Html Css Color HEX #E82047 Amaranth

📋 copy color: '#E82047'

red 232 ◦ green 32 ◦ blue 71

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

Shades of Amaranth #E82047

Tints of Amaranth #E82047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.19%

R = 69.25%
G = 9.55%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E82047 (or 0xE82047) is known color: Amaranth. HEX triplet: E8, 20 and 47. RGB value is (232,32,71). Sum of RGB (Red+Green+Blue) = 232+32+71=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E82047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82047 is #17DFB8. Grayscale: #606060. Windows color (decimal): -1564601 or 4661480. OLE color: 4661480.

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

Color convert

RGB 232 32 71 -
CMYK 0 0.86 0.69 0.09
HSL 348.3º 0.81% 0.52% -
HSV(B) 348.3º 0.86% 0.91% -
XYZ 34.93 18.64 7.72 -
YUV 96.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 232 32 71 0 0.86 0.69 0.09 348.3 0.81 0.52
Hex E8 20 47 0 56 45 9 15C 51 34
Octal 350 40 107 0 126 105 11 534 121 64
Binary 11101000 100000 1000111 0 1010110 1000101 1001 101011100 1010001 110100

Color Harmonies of #E82047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82047

Black with #E82047

Text Example


Text Example

White with #E82047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82047; }

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

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

background-color css

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

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

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

border-color css

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

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

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