Html Css Color HEX #E51A50 Amaranth

📋 copy color: '#E51A50'

red 229 ◦ green 26 ◦ blue 80

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

Shades of Amaranth #E51A50

Tints of Amaranth #E51A50

RGB

 RED value IS 229 (89.84% from 255) = 68.36%

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

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

R = 68.36%
G = 7.76%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E51A50 (or 0xE51A50) is known color: Amaranth. HEX triplet: E5, 1A and 50. RGB value is (229,26,80). Sum of RGB (Red+Green+Blue) = 229+26+80=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A50 is #1AE5AF. Grayscale: #5C5C5C. Windows color (decimal): -1762736 or 5249765. OLE color: 5249765.

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

Color convert

RGB 229 26 80 -
CMYK 0 0.89 0.65 0.10
HSL 344.04º 0.8% 0.5% -
HSV(B) 344.04º 0.89% 0.9% -
XYZ 34.13 17.98 9.26 -
YUV 92.85 120.75 225.11 -
System Red Green Blue C M Y K H S L
Decimal 229 26 80 0 0.89 0.65 0.10 344.04 0.8 0.5
Hex E5 1A 50 0 59 41 A 158 50 32
Octal 345 32 120 0 131 101 12 530 120 62
Binary 11100101 11010 1010000 0 1011001 1000001 1010 101011000 1010000 110010

Color Harmonies of #E51A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51A50

Black with #E51A50

Text Example


Text Example

White with #E51A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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