Shades of Shocking Pink #EB17D5
Tints of Shocking Pink #EB17D5
RGB
CMYK
RGB Variations
Color information
#EB17D5 (or 0xEB17D5) is known color: Shocking Pink. HEX triplet: EB, 17 and D5. RGB value is (235,23,213). Sum of RGB (Red+Green+Blue) = 235+23+213=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17D5 is #14E82A. Grayscale: #6B6B6B. Windows color (decimal): -1370155 or 13965291. OLE color: 13965291.
HSL color Cylindrical-coordinate representation of color #EB17D5: hue angle of 306.23º 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 #EB17D5 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 213 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.08 |
| HSL | 306.23º | 0.84% | 0.51% | - |
| HSV(B) | 306.23º | 0.9% | 0.92% | - |
| XYZ | 46.58 | 23.08 | 64.95 | - |
| YUV | 108.05 | 187.24 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 213 | 0 | 0.90 | 0.09 | 0.08 | 306.23 | 0.84 | 0.51 |
| Hex | EB | 17 | D5 | 0 | 5A | 9 | 8 | 132 | 54 | 33 |
| Octal | 353 | 27 | 325 | 0 | 132 | 11 | 10 | 462 | 124 | 63 |
| Binary | 11101011 | 10111 | 11010101 | 0 | 1011010 | 1001 | 1000 | 100110010 | 1010100 | 110011 |
Color Harmonies of #EB17D5
Complementary color
Monochromatic Colors of #EB17D5
Black with #EB17D5
Text Example
Text Example
White with #EB17D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17D5; }
p { color: rgb(235,23,213); }
H1.HeaderClassName
{
color: #EB17D5;
}
.AnyTagClassName
{
color: #EB17D5;
}
</style>
background-color css
<style>
a { background-color: #EB17D5; }
a { background-color: rgb(235,23,213); }
div.DivClassName
{
background-color: #EB17D5;
}
.BgClassName
{
background-color: #EB17D5;
}
</style>
border-color css
<style>
span { border-color: #EB17D5; }
span { border-color: rgb(235,23,213); }
td.TdClassName
{
border-color: #EB17D5;
}
.TagClassName
{
border-color: #EB17D5;
}
</style>