Html Css Color HEX #E53154 Amaranth

📋 copy color: '#E53154'

red 229 ◦ green 49 ◦ blue 84

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

Shades of Amaranth #E53154

Tints of Amaranth #E53154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.54%

 BLUE value IS 84 (33.2% from 255) = 23.2%

R = 63.26%
G = 13.54%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E53154 (or 0xE53154) is known color: Amaranth. HEX triplet: E5, 31 and 54. RGB value is (229,49,84). Sum of RGB (Red+Green+Blue) = 229+49+84=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E53154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53154 is #1ACEAB. Grayscale: #6A6A6A. Windows color (decimal): -1756844 or 5517797. OLE color: 5517797.

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

Color convert

RGB 229 49 84 -
CMYK 0 0.79 0.63 0.10
HSL 348.33º 0.78% 0.55% -
HSV(B) 348.33º 0.79% 0.9% -
XYZ 35.01 19.49 10.31 -
YUV 106.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 229 49 84 0 0.79 0.63 0.10 348.33 0.78 0.55
Hex E5 31 54 0 4F 3F A 15C 4E 37
Octal 345 61 124 0 117 77 12 534 116 67
Binary 11100101 110001 1010100 0 1001111 111111 1010 101011100 1001110 110111

Color Harmonies of #E53154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53154

Black with #E53154

Text Example


Text Example

White with #E53154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53154; }

 p { color: rgb(229,49,84); }

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

background-color css

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

 a { background-color: rgb(229,49,84); }

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

border-color css

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

 span { border-color: rgb(229,49,84); }

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