Shades of Spicy Pink #ED2DB1
Tints of Spicy Pink #ED2DB1
RGB
CMYK
RGB Variations
Color information
#ED2DB1 (or 0xED2DB1) is known color: Spicy Pink. HEX triplet: ED, 2D and B1. RGB value is (237,45,177). Sum of RGB (Red+Green+Blue) = 237+45+177=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2DB1 is #12D24E. Grayscale: #757575. Windows color (decimal): -1233487 or 11611629. OLE color: 11611629.
HSL color Cylindrical-coordinate representation of color #ED2DB1: hue angle of 318.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2DB1 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 177 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.07 |
| HSL | 318.75º | 0.84% | 0.55% | - |
| HSV(B) | 318.75º | 0.81% | 0.93% | - |
| XYZ | 43.8 | 23.06 | 43.74 | - |
| YUV | 117.46 | 161.61 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 177 | 0 | 0.81 | 0.25 | 0.07 | 318.75 | 0.84 | 0.55 |
| Hex | ED | 2D | B1 | 0 | 51 | 19 | 7 | 13F | 54 | 37 |
| Octal | 355 | 55 | 261 | 0 | 121 | 31 | 7 | 477 | 124 | 67 |
| Binary | 11101101 | 101101 | 10110001 | 0 | 1010001 | 11001 | 111 | 100111111 | 1010100 | 110111 |
Color Harmonies of #ED2DB1
Complementary color
Monochromatic Colors of #ED2DB1
Black with #ED2DB1
Text Example
Text Example
White with #ED2DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DB1; }
p { color: rgb(237,45,177); }
H1.HeaderClassName
{
color: #ED2DB1;
}
.AnyTagClassName
{
color: #ED2DB1;
}
</style>
background-color css
<style>
a { background-color: #ED2DB1; }
a { background-color: rgb(237,45,177); }
div.DivClassName
{
background-color: #ED2DB1;
}
.BgClassName
{
background-color: #ED2DB1;
}
</style>
border-color css
<style>
span { border-color: #ED2DB1; }
span { border-color: rgb(237,45,177); }
td.TdClassName
{
border-color: #ED2DB1;
}
.TagClassName
{
border-color: #ED2DB1;
}
</style>