Shades of Shocking Pink #E705BA
Tints of Shocking Pink #E705BA
RGB
CMYK
RGB Variations
Color information
#E705BA (or 0xE705BA) is known color: Shocking Pink. HEX triplet: E7, 05 and BA. RGB value is (231,5,186). Sum of RGB (Red+Green+Blue) = 231+5+186=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E705BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705BA is #18FA45. Grayscale: #5C5C5C. Windows color (decimal): -1636934 or 12191207. OLE color: 12191207.
HSL color Cylindrical-coordinate representation of color #E705BA: hue angle of 311.95º 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 #E705BA is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.09 |
| HSL | 311.95º | 0.96% | 0.46% | - |
| HSV(B) | 311.95º | 0.98% | 0.91% | - |
| XYZ | 41.87 | 20.64 | 48.23 | - |
| YUV | 93.21 | 180.37 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 186 | 0 | 0.98 | 0.19 | 0.09 | 311.95 | 0.96 | 0.46 |
| Hex | E7 | 5 | BA | 0 | 62 | 13 | 9 | 138 | 60 | 2E |
| Octal | 347 | 5 | 272 | 0 | 142 | 23 | 11 | 470 | 140 | 56 |
| Binary | 11100111 | 101 | 10111010 | 0 | 1100010 | 10011 | 1001 | 100111000 | 1100000 | 101110 |
Color Harmonies of #E705BA
Complementary color
Monochromatic Colors of #E705BA
Black with #E705BA
Text Example
Text Example
White with #E705BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705BA; }
p { color: rgb(231,5,186); }
H1.HeaderClassName
{
color: #E705BA;
}
.AnyTagClassName
{
color: #E705BA;
}
</style>
background-color css
<style>
a { background-color: #E705BA; }
a { background-color: rgb(231,5,186); }
div.DivClassName
{
background-color: #E705BA;
}
.BgClassName
{
background-color: #E705BA;
}
</style>
border-color css
<style>
span { border-color: #E705BA; }
span { border-color: rgb(231,5,186); }
td.TdClassName
{
border-color: #E705BA;
}
.TagClassName
{
border-color: #E705BA;
}
</style>