Shades of Shocking Pink #E605BF
Tints of Shocking Pink #E605BF
RGB
CMYK
RGB Variations
Color information
#E605BF (or 0xE605BF) is known color: Shocking Pink. HEX triplet: E6, 05 and BF. RGB value is (230,5,191). Sum of RGB (Red+Green+Blue) = 230+5+191=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E605BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605BF is #19FA40. Grayscale: #5C5C5C. Windows color (decimal): -1702465 or 12518886. OLE color: 12518886.
HSL color Cylindrical-coordinate representation of color #E605BF: hue angle of 310.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605BF is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.10 |
| HSL | 310.4º | 0.96% | 0.46% | - |
| HSV(B) | 310.4º | 0.98% | 0.9% | - |
| XYZ | 42.09 | 20.69 | 51.07 | - |
| YUV | 93.48 | 183.04 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 191 | 0 | 0.98 | 0.17 | 0.10 | 310.4 | 0.96 | 0.46 |
| Hex | E6 | 5 | BF | 0 | 62 | 11 | A | 136 | 60 | 2E |
| Octal | 346 | 5 | 277 | 0 | 142 | 21 | 12 | 466 | 140 | 56 |
| Binary | 11100110 | 101 | 10111111 | 0 | 1100010 | 10001 | 1010 | 100110110 | 1100000 | 101110 |
Color Harmonies of #E605BF
Complementary color
Monochromatic Colors of #E605BF
Black with #E605BF
Text Example
Text Example
White with #E605BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605BF; }
p { color: rgb(230,5,191); }
H1.HeaderClassName
{
color: #E605BF;
}
.AnyTagClassName
{
color: #E605BF;
}
</style>
background-color css
<style>
a { background-color: #E605BF; }
a { background-color: rgb(230,5,191); }
div.DivClassName
{
background-color: #E605BF;
}
.BgClassName
{
background-color: #E605BF;
}
</style>
border-color css
<style>
span { border-color: #E605BF; }
span { border-color: rgb(230,5,191); }
td.TdClassName
{
border-color: #E605BF;
}
.TagClassName
{
border-color: #E605BF;
}
</style>