Shades of Shocking Pink #E703BE
Tints of Shocking Pink #E703BE
RGB
CMYK
RGB Variations
Color information
#E703BE (or 0xE703BE) is known color: Shocking Pink. HEX triplet: E7, 03 and BE. RGB value is (231,3,190). Sum of RGB (Red+Green+Blue) = 231+3+190=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E703BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E703BE is #18FC41. Grayscale: #5B5B5B. Windows color (decimal): -1637442 or 12452839. OLE color: 12452839.
HSL color Cylindrical-coordinate representation of color #E703BE: hue angle of 310.79º 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 #E703BE is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.09 |
| HSL | 310.79º | 0.97% | 0.46% | - |
| HSV(B) | 310.79º | 0.99% | 0.91% | - |
| XYZ | 42.28 | 20.77 | 50.5 | - |
| YUV | 92.49 | 183.04 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 190 | 0 | 0.99 | 0.18 | 0.09 | 310.79 | 0.97 | 0.46 |
| Hex | E7 | 3 | BE | 0 | 63 | 12 | 9 | 137 | 61 | 2E |
| Octal | 347 | 3 | 276 | 0 | 143 | 22 | 11 | 467 | 141 | 56 |
| Binary | 11100111 | 11 | 10111110 | 0 | 1100011 | 10010 | 1001 | 100110111 | 1100001 | 101110 |
Color Harmonies of #E703BE
Complementary color
Monochromatic Colors of #E703BE
Black with #E703BE
Text Example
Text Example
White with #E703BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703BE; }
p { color: rgb(231,3,190); }
H1.HeaderClassName
{
color: #E703BE;
}
.AnyTagClassName
{
color: #E703BE;
}
</style>
background-color css
<style>
a { background-color: #E703BE; }
a { background-color: rgb(231,3,190); }
div.DivClassName
{
background-color: #E703BE;
}
.BgClassName
{
background-color: #E703BE;
}
</style>
border-color css
<style>
span { border-color: #E703BE; }
span { border-color: rgb(231,3,190); }
td.TdClassName
{
border-color: #E703BE;
}
.TagClassName
{
border-color: #E703BE;
}
</style>