Html Css Color HEX #E52E5A Amaranth

📋 copy color: '#E52E5A'

red 229 ◦ green 46 ◦ blue 90

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

Shades of Amaranth #E52E5A

Tints of Amaranth #E52E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

 BLUE value IS 90 (35.55% from 255) = 24.66%

R = 62.74%
G = 12.6%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E52E5A (or 0xE52E5A) is known color: Amaranth. HEX triplet: E5, 2E and 5A. RGB value is (229,46,90). Sum of RGB (Red+Green+Blue) = 229+46+90=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52E5A is #1AD1A5. Grayscale: #696969. Windows color (decimal): -1757606 or 5910245. OLE color: 5910245.

HSL color Cylindrical-coordinate representation of color #E52E5A: hue angle of 345.57º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52E5A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 46 90 -
CMYK 0 0.80 0.61 0.10
HSL 345.57º 0.78% 0.54% -
HSV(B) 345.57º 0.8% 0.9% -
XYZ 35.14 19.35 11.56 -
YUV 105.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 229 46 90 0 0.80 0.61 0.10 345.57 0.78 0.54
Hex E5 2E 5A 0 50 3D A 15A 4E 36
Octal 345 56 132 0 120 75 12 532 116 66
Binary 11100101 101110 1011010 0 1010000 111101 1010 101011010 1001110 110110

Color Harmonies of #E52E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52E5A

Black with #E52E5A

Text Example


Text Example

White with #E52E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52E5A; }

 p { color: rgb(229,46,90); }

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

background-color css

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

 a { background-color: rgb(229,46,90); }

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

border-color css

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

 span { border-color: rgb(229,46,90); }

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