Shades of Shocking Pink #EB17C7
Tints of Shocking Pink #EB17C7
RGB
CMYK
RGB Variations
Color information
#EB17C7 (or 0xEB17C7) is known color: Shocking Pink. HEX triplet: EB, 17 and C7. RGB value is (235,23,199). Sum of RGB (Red+Green+Blue) = 235+23+199=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17C7 is #14E838. Grayscale: #696969. Windows color (decimal): -1370169 or 13047787. OLE color: 13047787.
HSL color Cylindrical-coordinate representation of color #EB17C7: hue angle of 310.19º 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 #EB17C7 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 199 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.08 |
| HSL | 310.19º | 0.84% | 0.51% | - |
| HSV(B) | 310.19º | 0.9% | 0.92% | - |
| XYZ | 44.88 | 22.4 | 55.99 | - |
| YUV | 106.45 | 180.24 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 199 | 0 | 0.90 | 0.15 | 0.08 | 310.19 | 0.84 | 0.51 |
| Hex | EB | 17 | C7 | 0 | 5A | F | 8 | 136 | 54 | 33 |
| Octal | 353 | 27 | 307 | 0 | 132 | 17 | 10 | 466 | 124 | 63 |
| Binary | 11101011 | 10111 | 11000111 | 0 | 1011010 | 1111 | 1000 | 100110110 | 1010100 | 110011 |
Color Harmonies of #EB17C7
Complementary color
Monochromatic Colors of #EB17C7
Black with #EB17C7
Text Example
Text Example
White with #EB17C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17C7; }
p { color: rgb(235,23,199); }
H1.HeaderClassName
{
color: #EB17C7;
}
.AnyTagClassName
{
color: #EB17C7;
}
</style>
background-color css
<style>
a { background-color: #EB17C7; }
a { background-color: rgb(235,23,199); }
div.DivClassName
{
background-color: #EB17C7;
}
.BgClassName
{
background-color: #EB17C7;
}
</style>
border-color css
<style>
span { border-color: #EB17C7; }
span { border-color: rgb(235,23,199); }
td.TdClassName
{
border-color: #EB17C7;
}
.TagClassName
{
border-color: #EB17C7;
}
</style>