Html Css Color HEX #E528AD Spicy Pink

📋 copy color: '#E528AD'

red 229 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #E528AD

Tints of Spicy Pink #E528AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.05%

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 51.81%
G = 9.05%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E528AD (or 0xE528AD) is known color: Spicy Pink. HEX triplet: E5, 28 and AD. RGB value is (229,40,173). Sum of RGB (Red+Green+Blue) = 229+40+173=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E528AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E528AD is #1AD752. Grayscale: #6F6F6F. Windows color (decimal): -1759059 or 11348197. OLE color: 11348197.

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

Color convert

RGB 229 40 173 -
CMYK 0 0.83 0.24 0.10
HSL 317.78º 0.78% 0.53% -
HSV(B) 317.78º 0.83% 0.9% -
XYZ 40.61 21.19 41.49 -
YUV 111.67 162.62 211.69 -
System Red Green Blue C M Y K H S L
Decimal 229 40 173 0 0.83 0.24 0.10 317.78 0.78 0.53
Hex E5 28 AD 0 53 18 A 13E 4E 35
Octal 345 50 255 0 123 30 12 476 116 65
Binary 11100101 101000 10101101 0 1010011 11000 1010 100111110 1001110 110101

Color Harmonies of #E528AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528AD

Black with #E528AD

Text Example


Text Example

White with #E528AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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