Html Css Color HEX #E53250 Amaranth

📋 copy color: '#E53250'

red 229 ◦ green 50 ◦ blue 80

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

Shades of Amaranth #E53250

Tints of Amaranth #E53250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

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

R = 63.79%
G = 13.93%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E53250 (or 0xE53250) is known color: Amaranth. HEX triplet: E5, 32 and 50. RGB value is (229,50,80). Sum of RGB (Red+Green+Blue) = 229+50+80=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E53250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53250 is #1ACDAF. Grayscale: #6B6B6B. Windows color (decimal): -1756592 or 5255909. OLE color: 5255909.

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

Color convert

RGB 229 50 80 -
CMYK 0 0.78 0.65 0.10
HSL 349.94º 0.77% 0.55% -
HSV(B) 349.94º 0.78% 0.9% -
XYZ 34.9 19.52 9.52 -
YUV 106.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 229 50 80 0 0.78 0.65 0.10 349.94 0.77 0.55
Hex E5 32 50 0 4E 41 A 15E 4D 37
Octal 345 62 120 0 116 101 12 536 115 67
Binary 11100101 110010 1010000 0 1001110 1000001 1010 101011110 1001101 110111

Color Harmonies of #E53250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53250

Black with #E53250

Text Example


Text Example

White with #E53250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53250; }

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

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

background-color css

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

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

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

border-color css

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

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

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