Shades of Shocking Pink #EE01BC
Tints of Shocking Pink #EE01BC
RGB
CMYK
RGB Variations
Color information
#EE01BC (or 0xEE01BC) is known color: Shocking Pink. HEX triplet: EE, 01 and BC. RGB value is (238,1,188). Sum of RGB (Red+Green+Blue) = 238+1+188=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01BC is #11FE43. Grayscale: #5C5C5C. Windows color (decimal): -1179204 or 12321262. OLE color: 12321262.
HSL color Cylindrical-coordinate representation of color #EE01BC: hue angle of 312.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01BC is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.07 |
| HSL | 312.66º | 0.99% | 0.47% | - |
| HSV(B) | 312.66º | 1% | 0.93% | - |
| XYZ | 44.35 | 21.83 | 49.45 | - |
| YUV | 93.18 | 181.52 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 188 | 0 | 1.00 | 0.21 | 0.07 | 312.66 | 0.99 | 0.47 |
| Hex | EE | 1 | BC | 0 | 64 | 15 | 7 | 139 | 63 | 2F |
| Octal | 356 | 1 | 274 | 0 | 144 | 25 | 7 | 471 | 143 | 57 |
| Binary | 11101110 | 1 | 10111100 | 0 | 1100100 | 10101 | 111 | 100111001 | 1100011 | 101111 |
Color Harmonies of #EE01BC
Complementary color
Monochromatic Colors of #EE01BC
Black with #EE01BC
Text Example
Text Example
White with #EE01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01BC; }
p { color: rgb(238,1,188); }
H1.HeaderClassName
{
color: #EE01BC;
}
.AnyTagClassName
{
color: #EE01BC;
}
</style>
background-color css
<style>
a { background-color: #EE01BC; }
a { background-color: rgb(238,1,188); }
div.DivClassName
{
background-color: #EE01BC;
}
.BgClassName
{
background-color: #EE01BC;
}
</style>
border-color css
<style>
span { border-color: #EE01BC; }
span { border-color: rgb(238,1,188); }
td.TdClassName
{
border-color: #EE01BC;
}
.TagClassName
{
border-color: #EE01BC;
}
</style>