Shades of Shocking Pink #EB17BE
Tints of Shocking Pink #EB17BE
RGB
CMYK
RGB Variations
Color information
#EB17BE (or 0xEB17BE) is known color: Shocking Pink. HEX triplet: EB, 17 and BE. RGB value is (235,23,190). Sum of RGB (Red+Green+Blue) = 235+23+190=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17BE is #14E841. Grayscale: #686868. Windows color (decimal): -1370178 or 12457963. OLE color: 12457963.
HSL color Cylindrical-coordinate representation of color #EB17BE: hue angle of 312.74º 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 #EB17BE is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.08 |
| HSL | 312.74º | 0.84% | 0.51% | - |
| HSV(B) | 312.74º | 0.9% | 0.92% | - |
| XYZ | 43.86 | 21.99 | 50.65 | - |
| YUV | 105.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 190 | 0 | 0.90 | 0.19 | 0.08 | 312.74 | 0.84 | 0.51 |
| Hex | EB | 17 | BE | 0 | 5A | 13 | 8 | 139 | 54 | 33 |
| Octal | 353 | 27 | 276 | 0 | 132 | 23 | 10 | 471 | 124 | 63 |
| Binary | 11101011 | 10111 | 10111110 | 0 | 1011010 | 10011 | 1000 | 100111001 | 1010100 | 110011 |
Color Harmonies of #EB17BE
Complementary color
Monochromatic Colors of #EB17BE
Black with #EB17BE
Text Example
Text Example
White with #EB17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17BE; }
p { color: rgb(235,23,190); }
H1.HeaderClassName
{
color: #EB17BE;
}
.AnyTagClassName
{
color: #EB17BE;
}
</style>
background-color css
<style>
a { background-color: #EB17BE; }
a { background-color: rgb(235,23,190); }
div.DivClassName
{
background-color: #EB17BE;
}
.BgClassName
{
background-color: #EB17BE;
}
</style>
border-color css
<style>
span { border-color: #EB17BE; }
span { border-color: rgb(235,23,190); }
td.TdClassName
{
border-color: #EB17BE;
}
.TagClassName
{
border-color: #EB17BE;
}
</style>