Html Css Color HEX #E84050 Amaranth

📋 copy color: '#E84050'

red 232 ◦ green 64 ◦ blue 80

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

Shades of Amaranth #E84050

Tints of Amaranth #E84050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 61.7%
G = 17.02%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E84050 (or 0xE84050) is known color: Amaranth. HEX triplet: E8, 40 and 50. RGB value is (232,64,80). Sum of RGB (Red+Green+Blue) = 232+64+80=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E84050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84050 is #17BFAF. Grayscale: #747474. Windows color (decimal): -1556400 or 5259496. OLE color: 5259496.

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

Color convert

RGB 232 64 80 -
CMYK 0 0.72 0.66 0.09
HSL 354.29º 0.79% 0.58% -
HSV(B) 354.29º 0.72% 0.91% -
XYZ 36.56 21.4 9.79 -
YUV 116.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 232 64 80 0 0.72 0.66 0.09 354.29 0.79 0.58
Hex E8 40 50 0 48 42 9 162 4F 3A
Octal 350 100 120 0 110 102 11 542 117 72
Binary 11101000 1000000 1010000 0 1001000 1000010 1001 101100010 1001111 111010

Color Harmonies of #E84050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84050

Black with #E84050

Text Example


Text Example

White with #E84050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84050; }

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

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

background-color css

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

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

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

border-color css

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

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

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