Html Css Color HEX #E82246 Amaranth

📋 copy color: '#E82246'

red 232 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #E82246

Tints of Amaranth #E82246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 69.05%
G = 10.12%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E82246 (or 0xE82246) is known color: Amaranth. HEX triplet: E8, 22 and 46. RGB value is (232,34,70). Sum of RGB (Red+Green+Blue) = 232+34+70=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E82246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82246 is #17DDB9. Grayscale: #616161. Windows color (decimal): -1564090 or 4596456. OLE color: 4596456.

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

Color convert

RGB 232 34 70 -
CMYK 0 0.85 0.70 0.09
HSL 349.09º 0.81% 0.52% -
HSV(B) 349.09º 0.85% 0.91% -
XYZ 34.96 18.74 7.57 -
YUV 97.31 112.6 224.07 -
System Red Green Blue C M Y K H S L
Decimal 232 34 70 0 0.85 0.70 0.09 349.09 0.81 0.52
Hex E8 22 46 0 55 46 9 15D 51 34
Octal 350 42 106 0 125 106 11 535 121 64
Binary 11101000 100010 1000110 0 1010101 1000110 1001 101011101 1010001 110100

Color Harmonies of #E82246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82246

Black with #E82246

Text Example


Text Example

White with #E82246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82246; }

 p { color: rgb(232,34,70); }

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

background-color css

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

 a { background-color: rgb(232,34,70); }

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

border-color css

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

 span { border-color: rgb(232,34,70); }

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