Shades of Spicy Pink #EE28BA
Tints of Spicy Pink #EE28BA
RGB
CMYK
RGB Variations
Color information
#EE28BA (or 0xEE28BA) is known color: Spicy Pink. HEX triplet: EE, 28 and BA. RGB value is (238,40,186). Sum of RGB (Red+Green+Blue) = 238+40+186=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE28BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE28BA is #11D745. Grayscale: #737373. Windows color (decimal): -1169222 or 12200174. OLE color: 12200174.
HSL color Cylindrical-coordinate representation of color #EE28BA: hue angle of 315.76º 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 #EE28BA is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 186 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.07 |
| HSL | 315.76º | 0.85% | 0.55% | - |
| HSV(B) | 315.76º | 0.83% | 0.93% | - |
| XYZ | 44.88 | 23.24 | 48.57 | - |
| YUV | 115.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 186 | 0 | 0.83 | 0.22 | 0.07 | 315.76 | 0.85 | 0.55 |
| Hex | EE | 28 | BA | 0 | 53 | 16 | 7 | 13C | 55 | 37 |
| Octal | 356 | 50 | 272 | 0 | 123 | 26 | 7 | 474 | 125 | 67 |
| Binary | 11101110 | 101000 | 10111010 | 0 | 1010011 | 10110 | 111 | 100111100 | 1010101 | 110111 |
Color Harmonies of #EE28BA
Complementary color
Monochromatic Colors of #EE28BA
Black with #EE28BA
Text Example
Text Example
White with #EE28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28BA; }
p { color: rgb(238,40,186); }
H1.HeaderClassName
{
color: #EE28BA;
}
.AnyTagClassName
{
color: #EE28BA;
}
</style>
background-color css
<style>
a { background-color: #EE28BA; }
a { background-color: rgb(238,40,186); }
div.DivClassName
{
background-color: #EE28BA;
}
.BgClassName
{
background-color: #EE28BA;
}
</style>
border-color css
<style>
span { border-color: #EE28BA; }
span { border-color: rgb(238,40,186); }
td.TdClassName
{
border-color: #EE28BA;
}
.TagClassName
{
border-color: #EE28BA;
}
</style>