#ed11ad

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

Shades of Spicy Pink #ED11AD

Tints of Spicy Pink #ED11AD

Color information

#ED11AD (or 0xED11AD) is unknown color: approx Spicy Pink. HEX triplet: ED, 11 and AD. RGB value is (237,17,173). Sum of RGB (Red+Green+Blue) = 237+17+173=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED11AD is #12EE52. Grayscale: #646464. Windows color (decimal): -1240659 or 11342317. OLE color: 11342317.

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

Color convert

RGB23717173-
CMYK00.930.270.07
HSL317.45º86.61%49.8%-
HSV(B)317.45º92.83%92.94%-
XYZ42.6721.4241.42-
YUV100.56168.89225.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 17 (7.03% from 255) = 3.98%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=55.50%
G=3.98%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371717300.930.270.07317.4586.6149.8
HexED11AD05D1B713d5732
Octal35521255013533747512762
Binary11101101100011010110101011101110111111001111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed11ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed11ad; }

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

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

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

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

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

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

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

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