Shades of Spicy Pink #ED23AF
Tints of Spicy Pink #ED23AF
RGB
CMYK
RGB Variations
Color information
#ED23AF (or 0xED23AF) is known color: Spicy Pink. HEX triplet: ED, 23 and AF. RGB value is (237,35,175). Sum of RGB (Red+Green+Blue) = 237+35+175=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED23AF is #12DC50. Grayscale: #6F6F6F. Windows color (decimal): -1236049 or 11477997. OLE color: 11477997.
HSL color Cylindrical-coordinate representation of color #ED23AF: hue angle of 318.42º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED23AF is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 175 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.07 |
| HSL | 318.42º | 0.85% | 0.53% | - |
| HSV(B) | 318.42º | 0.85% | 0.93% | - |
| XYZ | 43.26 | 22.3 | 42.58 | - |
| YUV | 111.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 175 | 0 | 0.85 | 0.26 | 0.07 | 318.42 | 0.85 | 0.53 |
| Hex | ED | 23 | AF | 0 | 55 | 1A | 7 | 13E | 55 | 35 |
| Octal | 355 | 43 | 257 | 0 | 125 | 32 | 7 | 476 | 125 | 65 |
| Binary | 11101101 | 100011 | 10101111 | 0 | 1010101 | 11010 | 111 | 100111110 | 1010101 | 110101 |
Color Harmonies of #ED23AF
Complementary color
Monochromatic Colors of #ED23AF
Black with #ED23AF
Text Example
Text Example
White with #ED23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23AF; }
p { color: rgb(237,35,175); }
H1.HeaderClassName
{
color: #ED23AF;
}
.AnyTagClassName
{
color: #ED23AF;
}
</style>
background-color css
<style>
a { background-color: #ED23AF; }
a { background-color: rgb(237,35,175); }
div.DivClassName
{
background-color: #ED23AF;
}
.BgClassName
{
background-color: #ED23AF;
}
</style>
border-color css
<style>
span { border-color: #ED23AF; }
span { border-color: rgb(237,35,175); }
td.TdClassName
{
border-color: #ED23AF;
}
.TagClassName
{
border-color: #ED23AF;
}
</style>