#ED15A6

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

Shades of Spicy Pink #ED15A6

Tints of Spicy Pink #ED15A6

Color information

#ED15A6 (or 0xED15A6) is unknown color: approx Spicy Pink. HEX triplet: ED, 15 and A6. RGB value is (237,21,166). Sum of RGB (Red+Green+Blue) = 237+21+166=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED15A6 is #12EA59. Grayscale: #656565. Windows color (decimal): -1239642 or 10884589. OLE color: 10884589.

HSL color Cylindrical-coordinate representation of color #ED15A6: hue angle of 319.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED15A6 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB23721166-
CMYK00.910.300.07
HSL319.72º85.71%50.59%-
HSV(B)319.72º91.14%92.94%-
XYZ42.0821.2937.97-
YUV102.11164.06224.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.90%
GREEN value IS 21 (8.59% from 255) = 4.95%
BLUE value IS 166 (65.23% from 255) = 39.15%
R=55.90%
G=4.95%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372116600.910.300.07319.7285.7150.59
HexED15A605B1E71405633
Octal35525246013336750012663
Binary11101101101011010011001011011111101111010000001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED15A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED15A6; }

 p { color: rgb(237,21,166); }

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

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

 a { background-color: rgb(237,21,166); }

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

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

 span { border-color: rgb(237,21,166); }

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