Shades of Shocking Pink #E601BF
Tints of Shocking Pink #E601BF
RGB
CMYK
RGB Variations
Color information
#E601BF (or 0xE601BF) is known color: Shocking Pink. HEX triplet: E6, 01 and BF. RGB value is (230,1,191). Sum of RGB (Red+Green+Blue) = 230+1+191=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E601BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601BF is #19FE40. Grayscale: #5A5A5A. Windows color (decimal): -1703489 or 12517862. OLE color: 12517862.
HSL color Cylindrical-coordinate representation of color #E601BF: hue angle of 310.22º 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 #E601BF is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.10 |
| HSL | 310.22º | 0.99% | 0.45% | - |
| HSV(B) | 310.22º | 1% | 0.9% | - |
| XYZ | 42.05 | 20.61 | 51.05 | - |
| YUV | 91.13 | 184.37 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 191 | 0 | 1.00 | 0.17 | 0.10 | 310.22 | 0.99 | 0.45 |
| Hex | E6 | 1 | BF | 0 | 64 | 11 | A | 136 | 63 | 2D |
| Octal | 346 | 1 | 277 | 0 | 144 | 21 | 12 | 466 | 143 | 55 |
| Binary | 11100110 | 1 | 10111111 | 0 | 1100100 | 10001 | 1010 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E601BF
Complementary color
Monochromatic Colors of #E601BF
Black with #E601BF
Text Example
Text Example
White with #E601BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601BF; }
p { color: rgb(230,1,191); }
H1.HeaderClassName
{
color: #E601BF;
}
.AnyTagClassName
{
color: #E601BF;
}
</style>
background-color css
<style>
a { background-color: #E601BF; }
a { background-color: rgb(230,1,191); }
div.DivClassName
{
background-color: #E601BF;
}
.BgClassName
{
background-color: #E601BF;
}
</style>
border-color css
<style>
span { border-color: #E601BF; }
span { border-color: rgb(230,1,191); }
td.TdClassName
{
border-color: #E601BF;
}
.TagClassName
{
border-color: #E601BF;
}
</style>