Html Css Color HEX #E52154 Amaranth

📋 copy color: '#E52154'

red 229 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #E52154

Tints of Amaranth #E52154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

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

R = 66.18%
G = 9.54%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E52154 (or 0xE52154) is known color: Amaranth. HEX triplet: E5, 21 and 54. RGB value is (229,33,84). Sum of RGB (Red+Green+Blue) = 229+33+84=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E52154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52154 is #1ADEAB. Grayscale: #616161. Windows color (decimal): -1760940 or 5513701. OLE color: 5513701.

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

Color convert

RGB 229 33 84 -
CMYK 0 0.86 0.63 0.10
HSL 344.39º 0.79% 0.51% -
HSV(B) 344.39º 0.86% 0.9% -
XYZ 34.46 18.39 10.12 -
YUV 97.42 120.43 221.85 -
System Red Green Blue C M Y K H S L
Decimal 229 33 84 0 0.86 0.63 0.10 344.39 0.79 0.51
Hex E5 21 54 0 56 3F A 158 4F 33
Octal 345 41 124 0 126 77 12 530 117 63
Binary 11100101 100001 1010100 0 1010110 111111 1010 101011000 1001111 110011

Color Harmonies of #E52154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52154

Black with #E52154

Text Example


Text Example

White with #E52154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52154; }

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

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

background-color css

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

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

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

border-color css

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

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

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