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