Html Css Color HEX #E53251 Amaranth

📋 copy color: '#E53251'

red 229 ◦ green 50 ◦ blue 81

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

Shades of Amaranth #E53251

Tints of Amaranth #E53251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 63.61%
G = 13.89%
B = 22.5%

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

#E53251 (or 0xE53251) is known color: Amaranth. HEX triplet: E5, 32 and 51. RGB value is (229,50,81). Sum of RGB (Red+Green+Blue) = 229+50+81=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E53251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53251 is #1ACDAE. Grayscale: #6B6B6B. Windows color (decimal): -1756591 or 5321445. OLE color: 5321445.

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

Color convert

RGB 229 50 81 -
CMYK 0 0.78 0.65 0.10
HSL 349.61º 0.77% 0.55% -
HSV(B) 349.61º 0.78% 0.9% -
XYZ 34.94 19.53 9.71 -
YUV 107.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 229 50 81 0 0.78 0.65 0.10 349.61 0.77 0.55
Hex E5 32 51 0 4E 41 A 15E 4D 37
Octal 345 62 121 0 116 101 12 536 115 67
Binary 11100101 110010 1010001 0 1001110 1000001 1010 101011110 1001101 110111

Color Harmonies of #E53251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53251

Black with #E53251

Text Example


Text Example

White with #E53251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53251; }

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

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

background-color css

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

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

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

border-color css

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

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

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