Shades of Shocking Pink #E703BC
Tints of Shocking Pink #E703BC
RGB
CMYK
RGB Variations
Color information
#E703BC (or 0xE703BC) is known color: Shocking Pink. HEX triplet: E7, 03 and BC. RGB value is (231,3,188). Sum of RGB (Red+Green+Blue) = 231+3+188=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E703BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E703BC is #18FC43. Grayscale: #5B5B5B. Windows color (decimal): -1637444 or 12321767. OLE color: 12321767.
HSL color Cylindrical-coordinate representation of color #E703BC: hue angle of 311.32º 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 #E703BC is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 188 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.09 |
| HSL | 311.32º | 0.97% | 0.46% | - |
| HSV(B) | 311.32º | 0.99% | 0.91% | - |
| XYZ | 42.06 | 20.68 | 49.35 | - |
| YUV | 92.26 | 182.04 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 188 | 0 | 0.99 | 0.19 | 0.09 | 311.32 | 0.97 | 0.46 |
| Hex | E7 | 3 | BC | 0 | 63 | 13 | 9 | 137 | 61 | 2E |
| Octal | 347 | 3 | 274 | 0 | 143 | 23 | 11 | 467 | 141 | 56 |
| Binary | 11100111 | 11 | 10111100 | 0 | 1100011 | 10011 | 1001 | 100110111 | 1100001 | 101110 |
Color Harmonies of #E703BC
Complementary color
Monochromatic Colors of #E703BC
Black with #E703BC
Text Example
Text Example
White with #E703BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703BC; }
p { color: rgb(231,3,188); }
H1.HeaderClassName
{
color: #E703BC;
}
.AnyTagClassName
{
color: #E703BC;
}
</style>
background-color css
<style>
a { background-color: #E703BC; }
a { background-color: rgb(231,3,188); }
div.DivClassName
{
background-color: #E703BC;
}
.BgClassName
{
background-color: #E703BC;
}
</style>
border-color css
<style>
span { border-color: #E703BC; }
span { border-color: rgb(231,3,188); }
td.TdClassName
{
border-color: #E703BC;
}
.TagClassName
{
border-color: #E703BC;
}
</style>