Html Css Color HEX #E8345A Amaranth

📋 copy color: '#E8345A'

red 232 ◦ green 52 ◦ blue 90

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

Shades of Amaranth #E8345A

Tints of Amaranth #E8345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.9%

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 62.03%
G = 13.9%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8345A (or 0xE8345A) is known color: Amaranth. HEX triplet: E8, 34 and 5A. RGB value is (232,52,90). Sum of RGB (Red+Green+Blue) = 232+52+90=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E8345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8345A is #17CBA5. Grayscale: #6E6E6E. Windows color (decimal): -1559462 or 5911784. OLE color: 5911784.

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

Color convert

RGB 232 52 90 -
CMYK 0 0.78 0.61 0.09
HSL 347.33º 0.8% 0.56% -
HSV(B) 347.33º 0.78% 0.91% -
XYZ 36.35 20.35 11.68 -
YUV 110.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 232 52 90 0 0.78 0.61 0.09 347.33 0.8 0.56
Hex E8 34 5A 0 4E 3D 9 15B 50 38
Octal 350 64 132 0 116 75 11 533 120 70
Binary 11101000 110100 1011010 0 1001110 111101 1001 101011011 1010000 111000

Color Harmonies of #E8345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8345A

Black with #E8345A

Text Example


Text Example

White with #E8345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8345A; }

 p { color: rgb(232,52,90); }

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

background-color css

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

 a { background-color: rgb(232,52,90); }

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

border-color css

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

 span { border-color: rgb(232,52,90); }

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