Shades of Spicy Pink #ED24AA
Tints of Spicy Pink #ED24AA
RGB
CMYK
RGB Variations
Color information
#ED24AA (or 0xED24AA) is known color: Spicy Pink. HEX triplet: ED, 24 and AA. RGB value is (237,36,170). Sum of RGB (Red+Green+Blue) = 237+36+170=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED24AA is #12DB55. Grayscale: #6F6F6F. Windows color (decimal): -1235798 or 11150573. OLE color: 11150573.
HSL color Cylindrical-coordinate representation of color #ED24AA: hue angle of 320º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED24AA is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 170 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.07 |
| HSL | 320º | 0.85% | 0.54% | - |
| HSV(B) | 320º | 0.85% | 0.93% | - |
| XYZ | 42.81 | 22.17 | 40.05 | - |
| YUV | 111.38 | 161.09 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 170 | 0 | 0.85 | 0.28 | 0.07 | 320 | 0.85 | 0.54 |
| Hex | ED | 24 | AA | 0 | 55 | 1C | 7 | 140 | 55 | 36 |
| Octal | 355 | 44 | 252 | 0 | 125 | 34 | 7 | 500 | 125 | 66 |
| Binary | 11101101 | 100100 | 10101010 | 0 | 1010101 | 11100 | 111 | 101000000 | 1010101 | 110110 |
Color Harmonies of #ED24AA
Complementary color
Monochromatic Colors of #ED24AA
Black with #ED24AA
Text Example
Text Example
White with #ED24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED24AA; }
p { color: rgb(237,36,170); }
H1.HeaderClassName
{
color: #ED24AA;
}
.AnyTagClassName
{
color: #ED24AA;
}
</style>
background-color css
<style>
a { background-color: #ED24AA; }
a { background-color: rgb(237,36,170); }
div.DivClassName
{
background-color: #ED24AA;
}
.BgClassName
{
background-color: #ED24AA;
}
</style>
border-color css
<style>
span { border-color: #ED24AA; }
span { border-color: rgb(237,36,170); }
td.TdClassName
{
border-color: #ED24AA;
}
.TagClassName
{
border-color: #ED24AA;
}
</style>