Html Css Color HEX #E53150 Amaranth

📋 copy color: '#E53150'

red 229 ◦ green 49 ◦ blue 80

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

Shades of Amaranth #E53150

Tints of Amaranth #E53150

RGB

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

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

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

R = 63.97%
G = 13.69%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E53150 (or 0xE53150) is known color: Amaranth. HEX triplet: E5, 31 and 50. RGB value is (229,49,80). Sum of RGB (Red+Green+Blue) = 229+49+80=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E53150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53150 is #1ACEAF. Grayscale: #6A6A6A. Windows color (decimal): -1756848 or 5255653. OLE color: 5255653.

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

Color convert

RGB 229 49 80 -
CMYK 0 0.79 0.65 0.10
HSL 349.67º 0.78% 0.55% -
HSV(B) 349.67º 0.79% 0.9% -
XYZ 34.86 19.43 9.5 -
YUV 106.35 113.13 215.48 -
System Red Green Blue C M Y K H S L
Decimal 229 49 80 0 0.79 0.65 0.10 349.67 0.78 0.55
Hex E5 31 50 0 4F 41 A 15E 4E 37
Octal 345 61 120 0 117 101 12 536 116 67
Binary 11100101 110001 1010000 0 1001111 1000001 1010 101011110 1001110 110111

Color Harmonies of #E53150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53150

Black with #E53150

Text Example


Text Example

White with #E53150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53150; }

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

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

background-color css

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

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

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

border-color css

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

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

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