Html Css Color HEX #E52AAE Spicy Pink

📋 copy color: '#E52AAE'

red 229 ◦ green 42 ◦ blue 174

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

Shades of Spicy Pink #E52AAE

Tints of Spicy Pink #E52AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 51.46%
G = 9.44%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E52AAE (or 0xE52AAE) is known color: Spicy Pink. HEX triplet: E5, 2A and AE. RGB value is (229,42,174). Sum of RGB (Red+Green+Blue) = 229+42+174=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52AAE is #1AD551. Grayscale: #707070. Windows color (decimal): -1758546 or 11414245. OLE color: 11414245.

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

Color convert

RGB 229 42 174 -
CMYK 0 0.82 0.24 0.10
HSL 317.65º 0.78% 0.53% -
HSV(B) 317.65º 0.82% 0.9% -
XYZ 40.78 21.37 42.02 -
YUV 112.96 162.45 210.77 -
System Red Green Blue C M Y K H S L
Decimal 229 42 174 0 0.82 0.24 0.10 317.65 0.78 0.53
Hex E5 2A AE 0 52 18 A 13E 4E 35
Octal 345 52 256 0 122 30 12 476 116 65
Binary 11100101 101010 10101110 0 1010010 11000 1010 100111110 1001110 110101

Color Harmonies of #E52AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AAE

Black with #E52AAE

Text Example


Text Example

White with #E52AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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