Html Css Color HEX #E84350 Amaranth

📋 copy color: '#E84350'

red 232 ◦ green 67 ◦ blue 80

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

Shades of Amaranth #E84350

Tints of Amaranth #E84350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.68%

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

R = 61.21%
G = 17.68%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E84350 (or 0xE84350) is known color: Amaranth. HEX triplet: E8, 43 and 50. RGB value is (232,67,80). Sum of RGB (Red+Green+Blue) = 232+67+80=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E84350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84350 is #17BCAF. Grayscale: #757575. Windows color (decimal): -1555632 or 5260264. OLE color: 5260264.

HSL color Cylindrical-coordinate representation of color #E84350: hue angle of 355.27º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E84350 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 67 80 -
CMYK 0 0.71 0.66 0.09
HSL 355.27º 0.78% 0.59% -
HSV(B) 355.27º 0.71% 0.91% -
XYZ 36.73 21.75 9.85 -
YUV 117.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 232 67 80 0 0.71 0.66 0.09 355.27 0.78 0.59
Hex E8 43 50 0 47 42 9 163 4E 3B
Octal 350 103 120 0 107 102 11 543 116 73
Binary 11101000 1000011 1010000 0 1000111 1000010 1001 101100011 1001110 111011

Color Harmonies of #E84350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84350

Black with #E84350

Text Example


Text Example

White with #E84350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84350; }

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

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

background-color css

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

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

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

border-color css

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

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

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