#ED27AD

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

Shades of Spicy Pink #ED27AD

Tints of Spicy Pink #ED27AD

Color information

#ED27AD (or 0xED27AD) is unknown color: approx Spicy Pink. HEX triplet: ED, 27 and AD. RGB value is (237,39,173). Sum of RGB (Red+Green+Blue) = 237+39+173=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED27AD is #12D852. Grayscale: #717171. Windows color (decimal): -1235027 or 11347949. OLE color: 11347949.

HSL color Cylindrical-coordinate representation of color #ED27AD: hue angle of 319.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED27AD is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB23739173-
CMYK00.840.270.07
HSL319.39º84.62%54.12%-
HSV(B)319.39º83.54%92.94%-
XYZ43.1922.4741.6-
YUV113.48161.6216.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.78%
GREEN value IS 39 (15.62% from 255) = 8.69%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=52.78%
G=8.69%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373917300.840.270.07319.3984.6254.12
HexED27AD0541B713f5536
Octal35547255012433747712566
Binary111011011001111010110101010100110111111001111111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED27AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED27AD; }

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

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

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

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

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

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

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

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