Html Css Color HEX #E84150 Amaranth

📋 copy color: '#E84150'

red 232 ◦ green 65 ◦ blue 80

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

Shades of Amaranth #E84150

Tints of Amaranth #E84150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

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

R = 61.54%
G = 17.24%
B = 21.22%

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

#E84150 (or 0xE84150) is known color: Amaranth. HEX triplet: E8, 41 and 50. RGB value is (232,65,80). Sum of RGB (Red+Green+Blue) = 232+65+80=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E84150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84150 is #17BEAF. Grayscale: #747474. Windows color (decimal): -1556144 or 5259752. OLE color: 5259752.

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

Color convert

RGB 232 65 80 -
CMYK 0 0.72 0.66 0.09
HSL 354.61º 0.78% 0.58% -
HSV(B) 354.61º 0.72% 0.91% -
XYZ 36.62 21.52 9.81 -
YUV 116.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 232 65 80 0 0.72 0.66 0.09 354.61 0.78 0.58
Hex E8 41 50 0 48 42 9 163 4E 3A
Octal 350 101 120 0 110 102 11 543 116 72
Binary 11101000 1000001 1010000 0 1001000 1000010 1001 101100011 1001110 111010

Color Harmonies of #E84150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84150

Black with #E84150

Text Example


Text Example

White with #E84150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84150; }

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

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

background-color css

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

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

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

border-color css

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

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

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