Html Css Color HEX #E31A50 Amaranth

📋 copy color: '#E31A50'

red 227 ◦ green 26 ◦ blue 80

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

Shades of Amaranth #E31A50

Tints of Amaranth #E31A50

RGB

 RED value IS 227 (89.06% from 255) = 68.17%

 GREEN value IS 26 (10.55% from 255) = 7.81%

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

R = 68.17%
G = 7.81%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E31A50 (or 0xE31A50) is known color: Amaranth. HEX triplet: E3, 1A and 50. RGB value is (227,26,80). Sum of RGB (Red+Green+Blue) = 227+26+80=333 (44% of max value = 765). Red value is 227 (89.06% from 255 or 68.17% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31A50 is #1CE5AF. Grayscale: #5C5C5C. Windows color (decimal): -1893808 or 5249763. OLE color: 5249763.

HSL color Cylindrical-coordinate representation of color #E31A50: hue angle of 343.88º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31A50 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 26 80 -
CMYK 0 0.89 0.65 0.11
HSL 343.88º 0.79% 0.5% -
HSV(B) 343.88º 0.89% 0.89% -
XYZ 33.5 17.65 9.23 -
YUV 92.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 227 26 80 0 0.89 0.65 0.11 343.88 0.79 0.5
Hex E3 1A 50 0 59 41 B 158 4F 32
Octal 343 32 120 0 131 101 13 530 117 62
Binary 11100011 11010 1010000 0 1011001 1000001 1011 101011000 1001111 110010

Color Harmonies of #E31A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31A50

Black with #E31A50

Text Example


Text Example

White with #E31A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31A50; }

 p { color: rgb(227,26,80); }

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

background-color css

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

 a { background-color: rgb(227,26,80); }

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

border-color css

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

 span { border-color: rgb(227,26,80); }

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