Html Css Color HEX #E53C58 Amaranth

📋 copy color: '#E53C58'

red 229 ◦ green 60 ◦ blue 88

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

Shades of Amaranth #E53C58

Tints of Amaranth #E53C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.92%

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 60.74%
G = 15.92%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E53C58 (or 0xE53C58) is known color: Amaranth. HEX triplet: E5, 3C and 58. RGB value is (229,60,88). Sum of RGB (Red+Green+Blue) = 229+60+88=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C58 is #1AC3A7. Grayscale: #717171. Windows color (decimal): -1754024 or 5782757. OLE color: 5782757.

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

Color convert

RGB 229 60 88 -
CMYK 0 0.74 0.62 0.10
HSL 350.06º 0.76% 0.57% -
HSV(B) 350.06º 0.74% 0.9% -
XYZ 35.69 20.59 11.33 -
YUV 113.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 229 60 88 0 0.74 0.62 0.10 350.06 0.76 0.57
Hex E5 3C 58 0 4A 3E A 15E 4C 39
Octal 345 74 130 0 112 76 12 536 114 71
Binary 11100101 111100 1011000 0 1001010 111110 1010 101011110 1001100 111001

Color Harmonies of #E53C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53C58

Black with #E53C58

Text Example


Text Example

White with #E53C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53C58; }

 p { color: rgb(229,60,88); }

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

background-color css

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

 a { background-color: rgb(229,60,88); }

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

border-color css

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

 span { border-color: rgb(229,60,88); }

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