Html Css Color HEX #E53259 Amaranth

📋 copy color: '#E53259'

red 229 ◦ green 50 ◦ blue 89

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

Shades of Amaranth #E53259

Tints of Amaranth #E53259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.18%

R = 62.23%
G = 13.59%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E53259 (or 0xE53259) is known color: Amaranth. HEX triplet: E5, 32 and 59. RGB value is (229,50,89). Sum of RGB (Red+Green+Blue) = 229+50+89=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E53259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53259 is #1ACDA6. Grayscale: #6B6B6B. Windows color (decimal): -1756583 or 5845733. OLE color: 5845733.

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

Color convert

RGB 229 50 89 -
CMYK 0 0.78 0.61 0.10
HSL 346.93º 0.77% 0.55% -
HSV(B) 346.93º 0.78% 0.9% -
XYZ 35.26 19.66 11.39 -
YUV 107.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 229 50 89 0 0.78 0.61 0.10 346.93 0.77 0.55
Hex E5 32 59 0 4E 3D A 15B 4D 37
Octal 345 62 131 0 116 75 12 533 115 67
Binary 11100101 110010 1011001 0 1001110 111101 1010 101011011 1001101 110111

Color Harmonies of #E53259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53259

Black with #E53259

Text Example


Text Example

White with #E53259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53259; }

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

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

background-color css

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

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

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

border-color css

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

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

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