Shades of Shocking Pink #E703BF
Tints of Shocking Pink #E703BF
RGB
CMYK
RGB Variations
Color information
#E703BF (or 0xE703BF) is known color: Shocking Pink. HEX triplet: E7, 03 and BF. RGB value is (231,3,191). Sum of RGB (Red+Green+Blue) = 231+3+191=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E703BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E703BF is #18FC40. Grayscale: #5C5C5C. Windows color (decimal): -1637441 or 12518375. OLE color: 12518375.
HSL color Cylindrical-coordinate representation of color #E703BF: hue angle of 310.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E703BF is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.09 |
| HSL | 310.53º | 0.97% | 0.46% | - |
| HSV(B) | 310.53º | 0.99% | 0.91% | - |
| XYZ | 42.39 | 20.82 | 51.07 | - |
| YUV | 92.6 | 183.54 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 191 | 0 | 0.99 | 0.17 | 0.09 | 310.53 | 0.97 | 0.46 |
| Hex | E7 | 3 | BF | 0 | 63 | 11 | 9 | 137 | 61 | 2E |
| Octal | 347 | 3 | 277 | 0 | 143 | 21 | 11 | 467 | 141 | 56 |
| Binary | 11100111 | 11 | 10111111 | 0 | 1100011 | 10001 | 1001 | 100110111 | 1100001 | 101110 |
Color Harmonies of #E703BF
Complementary color
Monochromatic Colors of #E703BF
Black with #E703BF
Text Example
Text Example
White with #E703BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703BF; }
p { color: rgb(231,3,191); }
H1.HeaderClassName
{
color: #E703BF;
}
.AnyTagClassName
{
color: #E703BF;
}
</style>
background-color css
<style>
a { background-color: #E703BF; }
a { background-color: rgb(231,3,191); }
div.DivClassName
{
background-color: #E703BF;
}
.BgClassName
{
background-color: #E703BF;
}
</style>
border-color css
<style>
span { border-color: #E703BF; }
span { border-color: rgb(231,3,191); }
td.TdClassName
{
border-color: #E703BF;
}
.TagClassName
{
border-color: #E703BF;
}
</style>