Html Css Color HEX #E8314B Amaranth

📋 copy color: '#E8314B'

red 232 ◦ green 49 ◦ blue 75

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

Shades of Amaranth #E8314B

Tints of Amaranth #E8314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 65.17%
G = 13.76%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8314B (or 0xE8314B) is known color: Amaranth. HEX triplet: E8, 31 and 4B. RGB value is (232,49,75). Sum of RGB (Red+Green+Blue) = 232+49+75=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E8314B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8314B is #17CEB4. Grayscale: #6A6A6A. Windows color (decimal): -1560245 or 4927976. OLE color: 4927976.

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

Color convert

RGB 232 49 75 -
CMYK 0 0.79 0.68 0.09
HSL 351.48º 0.8% 0.55% -
HSV(B) 351.48º 0.79% 0.91% -
XYZ 35.65 19.86 8.61 -
YUV 106.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 232 49 75 0 0.79 0.68 0.09 351.48 0.8 0.55
Hex E8 31 4B 0 4F 44 9 15F 50 37
Octal 350 61 113 0 117 104 11 537 120 67
Binary 11101000 110001 1001011 0 1001111 1000100 1001 101011111 1010000 110111

Color Harmonies of #E8314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8314B

Black with #E8314B

Text Example


Text Example

White with #E8314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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