Shades of Shocking Pink #EB17BB
Tints of Shocking Pink #EB17BB
RGB
CMYK
RGB Variations
Color information
#EB17BB (or 0xEB17BB) is known color: Shocking Pink. HEX triplet: EB, 17 and BB. RGB value is (235,23,187). Sum of RGB (Red+Green+Blue) = 235+23+187=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17BB is #14E844. Grayscale: #686868. Windows color (decimal): -1370181 or 12261355. OLE color: 12261355.
HSL color Cylindrical-coordinate representation of color #EB17BB: hue angle of 313.58º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17BB is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 187 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.08 |
| HSL | 313.58º | 0.84% | 0.51% | - |
| HSV(B) | 313.58º | 0.9% | 0.92% | - |
| XYZ | 43.54 | 21.86 | 48.94 | - |
| YUV | 105.08 | 174.24 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 187 | 0 | 0.90 | 0.20 | 0.08 | 313.58 | 0.84 | 0.51 |
| Hex | EB | 17 | BB | 0 | 5A | 14 | 8 | 13A | 54 | 33 |
| Octal | 353 | 27 | 273 | 0 | 132 | 24 | 10 | 472 | 124 | 63 |
| Binary | 11101011 | 10111 | 10111011 | 0 | 1011010 | 10100 | 1000 | 100111010 | 1010100 | 110011 |
Color Harmonies of #EB17BB
Complementary color
Monochromatic Colors of #EB17BB
Black with #EB17BB
Text Example
Text Example
White with #EB17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17BB; }
p { color: rgb(235,23,187); }
H1.HeaderClassName
{
color: #EB17BB;
}
.AnyTagClassName
{
color: #EB17BB;
}
</style>
background-color css
<style>
a { background-color: #EB17BB; }
a { background-color: rgb(235,23,187); }
div.DivClassName
{
background-color: #EB17BB;
}
.BgClassName
{
background-color: #EB17BB;
}
</style>
border-color css
<style>
span { border-color: #EB17BB; }
span { border-color: rgb(235,23,187); }
td.TdClassName
{
border-color: #EB17BB;
}
.TagClassName
{
border-color: #EB17BB;
}
</style>