Html Css Color HEX #E53450 Amaranth

📋 copy color: '#E53450'

red 229 ◦ green 52 ◦ blue 80

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

Shades of Amaranth #E53450

Tints of Amaranth #E53450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

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

R = 63.43%
G = 14.4%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E53450 (or 0xE53450) is known color: Amaranth. HEX triplet: E5, 34 and 50. RGB value is (229,52,80). Sum of RGB (Red+Green+Blue) = 229+52+80=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E53450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53450 is #1ACBAF. Grayscale: #6C6C6C. Windows color (decimal): -1756080 or 5256421. OLE color: 5256421.

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

Color convert

RGB 229 52 80 -
CMYK 0 0.77 0.65 0.10
HSL 350.51º 0.77% 0.55% -
HSV(B) 350.51º 0.77% 0.9% -
XYZ 34.99 19.69 9.55 -
YUV 108.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 229 52 80 0 0.77 0.65 0.10 350.51 0.77 0.55
Hex E5 34 50 0 4D 41 A 15F 4D 37
Octal 345 64 120 0 115 101 12 537 115 67
Binary 11100101 110100 1010000 0 1001101 1000001 1010 101011111 1001101 110111

Color Harmonies of #E53450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53450

Black with #E53450

Text Example


Text Example

White with #E53450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53450; }

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

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

background-color css

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

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

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

border-color css

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

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

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