Shades of Shocking Pink #E601BB
Tints of Shocking Pink #E601BB
RGB
CMYK
RGB Variations
Color information
#E601BB (or 0xE601BB) is known color: Shocking Pink. HEX triplet: E6, 01 and BB. RGB value is (230,1,187). Sum of RGB (Red+Green+Blue) = 230+1+187=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E601BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601BB is #19FE44. Grayscale: #5A5A5A. Windows color (decimal): -1703493 or 12255718. OLE color: 12255718.
HSL color Cylindrical-coordinate representation of color #E601BB: hue angle of 311.27º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601BB is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.10 |
| HSL | 311.27º | 0.99% | 0.45% | - |
| HSV(B) | 311.27º | 1% | 0.9% | - |
| XYZ | 41.61 | 20.43 | 48.76 | - |
| YUV | 90.68 | 182.37 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 187 | 0 | 1.00 | 0.19 | 0.10 | 311.27 | 0.99 | 0.45 |
| Hex | E6 | 1 | BB | 0 | 64 | 13 | A | 137 | 63 | 2D |
| Octal | 346 | 1 | 273 | 0 | 144 | 23 | 12 | 467 | 143 | 55 |
| Binary | 11100110 | 1 | 10111011 | 0 | 1100100 | 10011 | 1010 | 100110111 | 1100011 | 101101 |
Color Harmonies of #E601BB
Complementary color
Monochromatic Colors of #E601BB
Black with #E601BB
Text Example
Text Example
White with #E601BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601BB; }
p { color: rgb(230,1,187); }
H1.HeaderClassName
{
color: #E601BB;
}
.AnyTagClassName
{
color: #E601BB;
}
</style>
background-color css
<style>
a { background-color: #E601BB; }
a { background-color: rgb(230,1,187); }
div.DivClassName
{
background-color: #E601BB;
}
.BgClassName
{
background-color: #E601BB;
}
</style>
border-color css
<style>
span { border-color: #E601BB; }
span { border-color: rgb(230,1,187); }
td.TdClassName
{
border-color: #E601BB;
}
.TagClassName
{
border-color: #E601BB;
}
</style>