Html Css Color HEX #E84046 Amaranth

📋 copy color: '#E84046'

red 232 ◦ green 64 ◦ blue 70

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

Shades of Amaranth #E84046

Tints of Amaranth #E84046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 63.39%
G = 17.49%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E84046 (or 0xE84046) is known color: Amaranth. HEX triplet: E8, 40 and 46. RGB value is (232,64,70). Sum of RGB (Red+Green+Blue) = 232+64+70=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E84046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84046 is #17BFB9. Grayscale: #737373. Windows color (decimal): -1556410 or 4604136. OLE color: 4604136.

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

Color convert

RGB 232 64 70 -
CMYK 0 0.72 0.70 0.09
HSL 357.86º 0.79% 0.58% -
HSV(B) 357.86º 0.72% 0.91% -
XYZ 36.22 21.26 7.99 -
YUV 114.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 232 64 70 0 0.72 0.70 0.09 357.86 0.79 0.58
Hex E8 40 46 0 48 46 9 166 4F 3A
Octal 350 100 106 0 110 106 11 546 117 72
Binary 11101000 1000000 1000110 0 1001000 1000110 1001 101100110 1001111 111010

Color Harmonies of #E84046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84046

Black with #E84046

Text Example


Text Example

White with #E84046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84046; }

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

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

background-color css

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

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

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

border-color css

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

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

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