Shades of Spicy Pink #EE28BB
Tints of Spicy Pink #EE28BB
RGB
CMYK
RGB Variations
Color information
#EE28BB (or 0xEE28BB) is known color: Spicy Pink. HEX triplet: EE, 28 and BB. RGB value is (238,40,187). Sum of RGB (Red+Green+Blue) = 238+40+187=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE28BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE28BB is #11D744. Grayscale: #737373. Windows color (decimal): -1169221 or 12265710. OLE color: 12265710.
HSL color Cylindrical-coordinate representation of color #EE28BB: hue angle of 315.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE28BB is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 187 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.07 |
| HSL | 315.45º | 0.85% | 0.55% | - |
| HSV(B) | 315.45º | 0.83% | 0.93% | - |
| XYZ | 44.99 | 23.28 | 49.14 | - |
| YUV | 115.96 | 168.1 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 187 | 0 | 0.83 | 0.21 | 0.07 | 315.45 | 0.85 | 0.55 |
| Hex | EE | 28 | BB | 0 | 53 | 15 | 7 | 13B | 55 | 37 |
| Octal | 356 | 50 | 273 | 0 | 123 | 25 | 7 | 473 | 125 | 67 |
| Binary | 11101110 | 101000 | 10111011 | 0 | 1010011 | 10101 | 111 | 100111011 | 1010101 | 110111 |
Color Harmonies of #EE28BB
Complementary color
Monochromatic Colors of #EE28BB
Black with #EE28BB
Text Example
Text Example
White with #EE28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28BB; }
p { color: rgb(238,40,187); }
H1.HeaderClassName
{
color: #EE28BB;
}
.AnyTagClassName
{
color: #EE28BB;
}
</style>
background-color css
<style>
a { background-color: #EE28BB; }
a { background-color: rgb(238,40,187); }
div.DivClassName
{
background-color: #EE28BB;
}
.BgClassName
{
background-color: #EE28BB;
}
</style>
border-color css
<style>
span { border-color: #EE28BB; }
span { border-color: rgb(238,40,187); }
td.TdClassName
{
border-color: #EE28BB;
}
.TagClassName
{
border-color: #EE28BB;
}
</style>