Shades of Shocking Pink #E705BE
Tints of Shocking Pink #E705BE
RGB
CMYK
RGB Variations
Color information
#E705BE (or 0xE705BE) is known color: Shocking Pink. HEX triplet: E7, 05 and BE. RGB value is (231,5,190). Sum of RGB (Red+Green+Blue) = 231+5+190=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E705BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705BE is #18FA41. Grayscale: #5D5D5D. Windows color (decimal): -1636930 or 12453351. OLE color: 12453351.
HSL color Cylindrical-coordinate representation of color #E705BE: hue angle of 310.88º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705BE is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.09 |
| HSL | 310.88º | 0.96% | 0.46% | - |
| HSV(B) | 310.88º | 0.98% | 0.91% | - |
| XYZ | 42.3 | 20.82 | 50.5 | - |
| YUV | 93.66 | 182.37 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 190 | 0 | 0.98 | 0.18 | 0.09 | 310.88 | 0.96 | 0.46 |
| Hex | E7 | 5 | BE | 0 | 62 | 12 | 9 | 137 | 60 | 2E |
| Octal | 347 | 5 | 276 | 0 | 142 | 22 | 11 | 467 | 140 | 56 |
| Binary | 11100111 | 101 | 10111110 | 0 | 1100010 | 10010 | 1001 | 100110111 | 1100000 | 101110 |
Color Harmonies of #E705BE
Complementary color
Monochromatic Colors of #E705BE
Black with #E705BE
Text Example
Text Example
White with #E705BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705BE; }
p { color: rgb(231,5,190); }
H1.HeaderClassName
{
color: #E705BE;
}
.AnyTagClassName
{
color: #E705BE;
}
</style>
background-color css
<style>
a { background-color: #E705BE; }
a { background-color: rgb(231,5,190); }
div.DivClassName
{
background-color: #E705BE;
}
.BgClassName
{
background-color: #E705BE;
}
</style>
border-color css
<style>
span { border-color: #E705BE; }
span { border-color: rgb(231,5,190); }
td.TdClassName
{
border-color: #E705BE;
}
.TagClassName
{
border-color: #E705BE;
}
</style>