Shades of Shocking Pink #EE1BC9
Tints of Shocking Pink #EE1BC9
RGB
CMYK
RGB Variations
Color information
#EE1BC9 (or 0xEE1BC9) is known color: Shocking Pink. HEX triplet: EE, 1B and C9. RGB value is (238,27,201). Sum of RGB (Red+Green+Blue) = 238+27+201=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BC9 is #11E436. Grayscale: #6D6D6D. Windows color (decimal): -1172535 or 13179886. OLE color: 13179886.
HSL color Cylindrical-coordinate representation of color #EE1BC9: hue angle of 310.52º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BC9 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 201 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.07 |
| HSL | 310.52º | 0.86% | 0.52% | - |
| HSV(B) | 310.52º | 0.89% | 0.93% | - |
| XYZ | 46.19 | 23.18 | 57.3 | - |
| YUV | 109.93 | 179.4 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 201 | 0 | 0.89 | 0.16 | 0.07 | 310.52 | 0.86 | 0.52 |
| Hex | EE | 1B | C9 | 0 | 59 | 10 | 7 | 137 | 56 | 34 |
| Octal | 356 | 33 | 311 | 0 | 131 | 20 | 7 | 467 | 126 | 64 |
| Binary | 11101110 | 11011 | 11001001 | 0 | 1011001 | 10000 | 111 | 100110111 | 1010110 | 110100 |
Color Harmonies of #EE1BC9
Complementary color
Monochromatic Colors of #EE1BC9
Black with #EE1BC9
Text Example
Text Example
White with #EE1BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BC9; }
p { color: rgb(238,27,201); }
H1.HeaderClassName
{
color: #EE1BC9;
}
.AnyTagClassName
{
color: #EE1BC9;
}
</style>
background-color css
<style>
a { background-color: #EE1BC9; }
a { background-color: rgb(238,27,201); }
div.DivClassName
{
background-color: #EE1BC9;
}
.BgClassName
{
background-color: #EE1BC9;
}
</style>
border-color css
<style>
span { border-color: #EE1BC9; }
span { border-color: rgb(238,27,201); }
td.TdClassName
{
border-color: #EE1BC9;
}
.TagClassName
{
border-color: #EE1BC9;
}
</style>