Html Css Color HEX #E8315A Amaranth

📋 copy color: '#E8315A'

red 232 ◦ green 49 ◦ blue 90

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

Shades of Amaranth #E8315A

Tints of Amaranth #E8315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

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

R = 62.53%
G = 13.21%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8315A (or 0xE8315A) is known color: Amaranth. HEX triplet: E8, 31 and 5A. RGB value is (232,49,90). Sum of RGB (Red+Green+Blue) = 232+49+90=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E8315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8315A is #17CEA5. Grayscale: #6C6C6C. Windows color (decimal): -1560230 or 5911016. OLE color: 5911016.

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

Color convert

RGB 232 49 90 -
CMYK 0 0.79 0.61 0.09
HSL 346.56º 0.8% 0.55% -
HSV(B) 346.56º 0.79% 0.91% -
XYZ 36.22 20.09 11.64 -
YUV 108.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 232 49 90 0 0.79 0.61 0.09 346.56 0.8 0.55
Hex E8 31 5A 0 4F 3D 9 15B 50 37
Octal 350 61 132 0 117 75 11 533 120 67
Binary 11101000 110001 1011010 0 1001111 111101 1001 101011011 1010000 110111

Color Harmonies of #E8315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8315A

Black with #E8315A

Text Example


Text Example

White with #E8315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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