Html Css Color HEX #E52A55 Amaranth

📋 copy color: '#E52A55'

red 229 ◦ green 42 ◦ blue 85

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

Shades of Amaranth #E52A55

Tints of Amaranth #E52A55

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.8%

 BLUE value IS 85 (33.59% from 255) = 23.88%

R = 64.33%
G = 11.8%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E52A55 (or 0xE52A55) is known color: Amaranth. HEX triplet: E5, 2A and 55. RGB value is (229,42,85). Sum of RGB (Red+Green+Blue) = 229+42+85=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A55 is #1AD5AA. Grayscale: #666666. Windows color (decimal): -1758635 or 5581541. OLE color: 5581541.

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

Color convert

RGB 229 42 85 -
CMYK 0 0.82 0.63 0.10
HSL 346.2º 0.78% 0.53% -
HSV(B) 346.2º 0.82% 0.9% -
XYZ 34.78 18.97 10.42 -
YUV 102.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 229 42 85 0 0.82 0.63 0.10 346.2 0.78 0.53
Hex E5 2A 55 0 52 3F A 15A 4E 35
Octal 345 52 125 0 122 77 12 532 116 65
Binary 11100101 101010 1010101 0 1010010 111111 1010 101011010 1001110 110101

Color Harmonies of #E52A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A55

Black with #E52A55

Text Example


Text Example

White with #E52A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A55; }

 p { color: rgb(229,42,85); }

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

background-color css

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

 a { background-color: rgb(229,42,85); }

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

border-color css

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

 span { border-color: rgb(229,42,85); }

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