Shades of Spicy Pink #ED2AAF
Tints of Spicy Pink #ED2AAF
RGB
CMYK
RGB Variations
Color information
#ED2AAF (or 0xED2AAF) is known color: Spicy Pink. HEX triplet: ED, 2A and AF. RGB value is (237,42,175). Sum of RGB (Red+Green+Blue) = 237+42+175=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2AAF is #12D550. Grayscale: #737373. Windows color (decimal): -1234257 or 11479789. OLE color: 11479789.
HSL color Cylindrical-coordinate representation of color #ED2AAF: hue angle of 319.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2AAF is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 175 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.07 |
| HSL | 319.08º | 0.84% | 0.55% | - |
| HSV(B) | 319.08º | 0.82% | 0.93% | - |
| XYZ | 43.49 | 22.76 | 42.66 | - |
| YUV | 115.47 | 161.6 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 175 | 0 | 0.82 | 0.26 | 0.07 | 319.08 | 0.84 | 0.55 |
| Hex | ED | 2A | AF | 0 | 52 | 1A | 7 | 13F | 54 | 37 |
| Octal | 355 | 52 | 257 | 0 | 122 | 32 | 7 | 477 | 124 | 67 |
| Binary | 11101101 | 101010 | 10101111 | 0 | 1010010 | 11010 | 111 | 100111111 | 1010100 | 110111 |
Color Harmonies of #ED2AAF
Complementary color
Monochromatic Colors of #ED2AAF
Black with #ED2AAF
Text Example
Text Example
White with #ED2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AAF; }
p { color: rgb(237,42,175); }
H1.HeaderClassName
{
color: #ED2AAF;
}
.AnyTagClassName
{
color: #ED2AAF;
}
</style>
background-color css
<style>
a { background-color: #ED2AAF; }
a { background-color: rgb(237,42,175); }
div.DivClassName
{
background-color: #ED2AAF;
}
.BgClassName
{
background-color: #ED2AAF;
}
</style>
border-color css
<style>
span { border-color: #ED2AAF; }
span { border-color: rgb(237,42,175); }
td.TdClassName
{
border-color: #ED2AAF;
}
.TagClassName
{
border-color: #ED2AAF;
}
</style>