Html Css Color HEX #E52AAF Spicy Pink

📋 copy color: '#E52AAF'

red 229 ◦ green 42 ◦ blue 175

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

Shades of Spicy Pink #E52AAF

Tints of Spicy Pink #E52AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 51.35%
G = 9.42%
B = 39.24%

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

#E52AAF (or 0xE52AAF) is known color: Spicy Pink. HEX triplet: E5, 2A and AF. RGB value is (229,42,175). Sum of RGB (Red+Green+Blue) = 229+42+175=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52AAF is #1AD550. Grayscale: #707070. Windows color (decimal): -1758545 or 11479781. OLE color: 11479781.

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

Color convert

RGB 229 42 175 -
CMYK 0 0.82 0.24 0.10
HSL 317.33º 0.78% 0.53% -
HSV(B) 317.33º 0.82% 0.9% -
XYZ 40.88 21.41 42.54 -
YUV 113.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 229 42 175 0 0.82 0.24 0.10 317.33 0.78 0.53
Hex E5 2A AF 0 52 18 A 13D 4E 35
Octal 345 52 257 0 122 30 12 475 116 65
Binary 11100101 101010 10101111 0 1010010 11000 1010 100111101 1001110 110101

Color Harmonies of #E52AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AAF

Black with #E52AAF

Text Example


Text Example

White with #E52AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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