Shades of Shocking Pink #EE1BD8
Tints of Shocking Pink #EE1BD8
RGB
CMYK
RGB Variations
Color information
#EE1BD8 (or 0xEE1BD8) is known color: Shocking Pink. HEX triplet: EE, 1B and D8. RGB value is (238,27,216). Sum of RGB (Red+Green+Blue) = 238+27+216=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BD8 is #11E427. Grayscale: #6F6F6F. Windows color (decimal): -1172520 or 14162926. OLE color: 14162926.
HSL color Cylindrical-coordinate representation of color #EE1BD8: hue angle of 306.26º 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 #EE1BD8 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 216 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.07 |
| HSL | 306.26º | 0.86% | 0.52% | - |
| HSV(B) | 306.26º | 0.89% | 0.93% | - |
| XYZ | 48.05 | 23.92 | 67.05 | - |
| YUV | 111.64 | 186.9 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 216 | 0 | 0.89 | 0.09 | 0.07 | 306.26 | 0.86 | 0.52 |
| Hex | EE | 1B | D8 | 0 | 59 | 9 | 7 | 132 | 56 | 34 |
| Octal | 356 | 33 | 330 | 0 | 131 | 11 | 7 | 462 | 126 | 64 |
| Binary | 11101110 | 11011 | 11011000 | 0 | 1011001 | 1001 | 111 | 100110010 | 1010110 | 110100 |
Color Harmonies of #EE1BD8
Complementary color
Monochromatic Colors of #EE1BD8
Black with #EE1BD8
Text Example
Text Example
White with #EE1BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BD8; }
p { color: rgb(238,27,216); }
H1.HeaderClassName
{
color: #EE1BD8;
}
.AnyTagClassName
{
color: #EE1BD8;
}
</style>
background-color css
<style>
a { background-color: #EE1BD8; }
a { background-color: rgb(238,27,216); }
div.DivClassName
{
background-color: #EE1BD8;
}
.BgClassName
{
background-color: #EE1BD8;
}
</style>
border-color css
<style>
span { border-color: #EE1BD8; }
span { border-color: rgb(238,27,216); }
td.TdClassName
{
border-color: #EE1BD8;
}
.TagClassName
{
border-color: #EE1BD8;
}
</style>