Html Css Color HEX #E527AD Spicy Pink

📋 copy color: '#E527AD'

red 229 ◦ green 39 ◦ blue 173

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

Shades of Spicy Pink #E527AD

Tints of Spicy Pink #E527AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.84%

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

R = 51.93%
G = 8.84%
B = 39.23%

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

#E527AD (or 0xE527AD) is known color: Spicy Pink. HEX triplet: E5, 27 and AD. RGB value is (229,39,173). Sum of RGB (Red+Green+Blue) = 229+39+173=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E527AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E527AD is #1AD852. Grayscale: #6E6E6E. Windows color (decimal): -1759315 or 11347941. OLE color: 11347941.

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

Color convert

RGB 229 39 173 -
CMYK 0 0.83 0.24 0.10
HSL 317.68º 0.79% 0.53% -
HSV(B) 317.68º 0.83% 0.9% -
XYZ 40.58 21.13 41.47 -
YUV 111.09 162.95 212.1 -
System Red Green Blue C M Y K H S L
Decimal 229 39 173 0 0.83 0.24 0.10 317.68 0.79 0.53
Hex E5 27 AD 0 53 18 A 13E 4F 35
Octal 345 47 255 0 123 30 12 476 117 65
Binary 11100101 100111 10101101 0 1010011 11000 1010 100111110 1001111 110101

Color Harmonies of #E527AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527AD

Black with #E527AD

Text Example


Text Example

White with #E527AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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