Html Css Color HEX #E53D50 Amaranth

📋 copy color: '#E53D50'

red 229 ◦ green 61 ◦ blue 80

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

Shades of Amaranth #E53D50

Tints of Amaranth #E53D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.49%

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

R = 61.89%
G = 16.49%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E53D50 (or 0xE53D50) is known color: Amaranth. HEX triplet: E5, 3D and 50. RGB value is (229,61,80). Sum of RGB (Red+Green+Blue) = 229+61+80=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D50 is #1AC2AF. Grayscale: #717171. Windows color (decimal): -1753776 or 5258725. OLE color: 5258725.

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

Color convert

RGB 229 61 80 -
CMYK 0 0.73 0.65 0.10
HSL 353.21º 0.76% 0.57% -
HSV(B) 353.21º 0.73% 0.9% -
XYZ 35.43 20.57 9.69 -
YUV 113.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 229 61 80 0 0.73 0.65 0.10 353.21 0.76 0.57
Hex E5 3D 50 0 49 41 A 161 4C 39
Octal 345 75 120 0 111 101 12 541 114 71
Binary 11100101 111101 1010000 0 1001001 1000001 1010 101100001 1001100 111001

Color Harmonies of #E53D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53D50

Black with #E53D50

Text Example


Text Example

White with #E53D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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