Shades of Spicy Pink #ED2AB0
Tints of Spicy Pink #ED2AB0
RGB
CMYK
RGB Variations
Color information
#ED2AB0 (or 0xED2AB0) is known color: Spicy Pink. HEX triplet: ED, 2A and B0. RGB value is (237,42,176). Sum of RGB (Red+Green+Blue) = 237+42+176=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2AB0 is #12D54F. Grayscale: #737373. Windows color (decimal): -1234256 or 11545325. OLE color: 11545325.
HSL color Cylindrical-coordinate representation of color #ED2AB0: hue angle of 318.77º 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 #ED2AB0 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 176 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.07 |
| HSL | 318.77º | 0.84% | 0.55% | - |
| HSV(B) | 318.77º | 0.82% | 0.93% | - |
| XYZ | 43.59 | 22.8 | 43.18 | - |
| YUV | 115.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 176 | 0 | 0.82 | 0.26 | 0.07 | 318.77 | 0.84 | 0.55 |
| Hex | ED | 2A | B0 | 0 | 52 | 1A | 7 | 13F | 54 | 37 |
| Octal | 355 | 52 | 260 | 0 | 122 | 32 | 7 | 477 | 124 | 67 |
| Binary | 11101101 | 101010 | 10110000 | 0 | 1010010 | 11010 | 111 | 100111111 | 1010100 | 110111 |
Color Harmonies of #ED2AB0
Complementary color
Monochromatic Colors of #ED2AB0
Black with #ED2AB0
Text Example
Text Example
White with #ED2AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AB0; }
p { color: rgb(237,42,176); }
H1.HeaderClassName
{
color: #ED2AB0;
}
.AnyTagClassName
{
color: #ED2AB0;
}
</style>
background-color css
<style>
a { background-color: #ED2AB0; }
a { background-color: rgb(237,42,176); }
div.DivClassName
{
background-color: #ED2AB0;
}
.BgClassName
{
background-color: #ED2AB0;
}
</style>
border-color css
<style>
span { border-color: #ED2AB0; }
span { border-color: rgb(237,42,176); }
td.TdClassName
{
border-color: #ED2AB0;
}
.TagClassName
{
border-color: #ED2AB0;
}
</style>