Html Css Color HEX #E51950 Amaranth

📋 copy color: '#E51950'

red 229 ◦ green 25 ◦ blue 80

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

Shades of Amaranth #E51950

Tints of Amaranth #E51950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.49%

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

R = 68.56%
G = 7.49%
B = 23.95%

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

#E51950 (or 0xE51950) is known color: Amaranth. HEX triplet: E5, 19 and 50. RGB value is (229,25,80). Sum of RGB (Red+Green+Blue) = 229+25+80=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E51950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51950 is #1AE6AF. Grayscale: #5C5C5C. Windows color (decimal): -1762992 or 5249509. OLE color: 5249509.

HSL color Cylindrical-coordinate representation of color #E51950: hue angle of 343.82º 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 #E51950 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 25 80 -
CMYK 0 0.89 0.65 0.10
HSL 343.82º 0.8% 0.5% -
HSV(B) 343.82º 0.89% 0.9% -
XYZ 34.11 17.93 9.25 -
YUV 92.27 121.09 225.53 -
System Red Green Blue C M Y K H S L
Decimal 229 25 80 0 0.89 0.65 0.10 343.82 0.8 0.5
Hex E5 19 50 0 59 41 A 158 50 32
Octal 345 31 120 0 131 101 12 530 120 62
Binary 11100101 11001 1010000 0 1011001 1000001 1010 101011000 1010000 110010

Color Harmonies of #E51950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51950

Black with #E51950

Text Example


Text Example

White with #E51950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51950; }

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

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

background-color css

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

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

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

border-color css

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

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

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