Html Css Color HEX #E53256 Amaranth

📋 copy color: '#E53256'

red 229 ◦ green 50 ◦ blue 86

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

Shades of Amaranth #E53256

Tints of Amaranth #E53256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.56%

R = 62.74%
G = 13.7%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E53256 (or 0xE53256) is known color: Amaranth. HEX triplet: E5, 32 and 56. RGB value is (229,50,86). Sum of RGB (Red+Green+Blue) = 229+50+86=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E53256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53256 is #1ACDA9. Grayscale: #6B6B6B. Windows color (decimal): -1756586 or 5649125. OLE color: 5649125.

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

Color convert

RGB 229 50 86 -
CMYK 0 0.78 0.62 0.10
HSL 347.93º 0.77% 0.55% -
HSV(B) 347.93º 0.78% 0.9% -
XYZ 35.13 19.61 10.74 -
YUV 107.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 229 50 86 0 0.78 0.62 0.10 347.93 0.77 0.55
Hex E5 32 56 0 4E 3E A 15C 4D 37
Octal 345 62 126 0 116 76 12 534 115 67
Binary 11100101 110010 1010110 0 1001110 111110 1010 101011100 1001101 110111

Color Harmonies of #E53256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53256

Black with #E53256

Text Example


Text Example

White with #E53256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53256; }

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

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

background-color css

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

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

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

border-color css

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

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

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