Html Css Color HEX #E52D5A Amaranth

📋 copy color: '#E52D5A'

red 229 ◦ green 45 ◦ blue 90

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

Shades of Amaranth #E52D5A

Tints of Amaranth #E52D5A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

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

R = 62.91%
G = 12.36%
B = 24.73%

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

#E52D5A (or 0xE52D5A) is known color: Amaranth. HEX triplet: E5, 2D and 5A. RGB value is (229,45,90). Sum of RGB (Red+Green+Blue) = 229+45+90=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D5A is #1AD2A5. Grayscale: #696969. Windows color (decimal): -1757862 or 5909989. OLE color: 5909989.

HSL color Cylindrical-coordinate representation of color #E52D5A: hue angle of 345.33º 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 #E52D5A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 45 90 -
CMYK 0 0.80 0.61 0.10
HSL 345.33º 0.78% 0.54% -
HSV(B) 345.33º 0.8% 0.9% -
XYZ 35.1 19.27 11.54 -
YUV 105.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 229 45 90 0 0.80 0.61 0.10 345.33 0.78 0.54
Hex E5 2D 5A 0 50 3D A 159 4E 36
Octal 345 55 132 0 120 75 12 531 116 66
Binary 11100101 101101 1011010 0 1010000 111101 1010 101011001 1001110 110110

Color Harmonies of #E52D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D5A

Black with #E52D5A

Text Example


Text Example

White with #E52D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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