#e524ad

Color #E524AD Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E524AD

Tints of Spicy Pink #E524AD

Color information

#E524AD (or 0xE524AD) is unknown color: approx Spicy Pink. HEX triplet: E5, 24 and AD. RGB value is (229,36,173). Sum of RGB (Red+Green+Blue) = 229+36+173=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E524AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E524AD is #1ADB52. Grayscale: #6C6C6C. Windows color (decimal): -1760083 or 11347173. OLE color: 11347173.

HSL color Cylindrical-coordinate representation of color #E524AD: hue angle of 317.41º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E524AD is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB22936173-
CMYK00.840.240.10
HSL317.41º78.78%51.96%-
HSV(B)317.41º84.28%89.8%-
XYZ40.4920.9441.44-
YUV109.33163.94213.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.28%
GREEN value IS 36 (14.45% from 255) = 8.22%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=52.28%
G=8.22%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293617300.840.240.10317.4178.7851.96
HexE524AD05418A13d4f34
Octal345442550124301247511764
Binary1110010110010010101101010101001100010101001111011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e524ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e524ad; }

 p { color: rgb(229,36,173); }

 H1.HeaderClassName
 {
   color: #e524ad;
 }
 .AnyTagClassName
 {
   color: #e524ad;
 }
</style>
background-color css

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

 a { background-color: rgb(229,36,173); }

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

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

 span { border-color: rgb(229,36,173); }

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