Shades of Shocking Pink #EB17CC
Tints of Shocking Pink #EB17CC
RGB
CMYK
RGB Variations
Color information
#EB17CC (or 0xEB17CC) is known color: Shocking Pink. HEX triplet: EB, 17 and CC. RGB value is (235,23,204). Sum of RGB (Red+Green+Blue) = 235+23+204=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17CC is #14E833. Grayscale: #6A6A6A. Windows color (decimal): -1370164 or 13375467. OLE color: 13375467.
HSL color Cylindrical-coordinate representation of color #EB17CC: hue angle of 308.77º 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 #EB17CC is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 204 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.08 |
| HSL | 308.77º | 0.84% | 0.51% | - |
| HSV(B) | 308.77º | 0.9% | 0.92% | - |
| XYZ | 45.47 | 22.63 | 59.1 | - |
| YUV | 107.02 | 182.74 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 204 | 0 | 0.90 | 0.13 | 0.08 | 308.77 | 0.84 | 0.51 |
| Hex | EB | 17 | CC | 0 | 5A | D | 8 | 135 | 54 | 33 |
| Octal | 353 | 27 | 314 | 0 | 132 | 15 | 10 | 465 | 124 | 63 |
| Binary | 11101011 | 10111 | 11001100 | 0 | 1011010 | 1101 | 1000 | 100110101 | 1010100 | 110011 |
Color Harmonies of #EB17CC
Complementary color
Monochromatic Colors of #EB17CC
Black with #EB17CC
Text Example
Text Example
White with #EB17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17CC; }
p { color: rgb(235,23,204); }
H1.HeaderClassName
{
color: #EB17CC;
}
.AnyTagClassName
{
color: #EB17CC;
}
</style>
background-color css
<style>
a { background-color: #EB17CC; }
a { background-color: rgb(235,23,204); }
div.DivClassName
{
background-color: #EB17CC;
}
.BgClassName
{
background-color: #EB17CC;
}
</style>
border-color css
<style>
span { border-color: #EB17CC; }
span { border-color: rgb(235,23,204); }
td.TdClassName
{
border-color: #EB17CC;
}
.TagClassName
{
border-color: #EB17CC;
}
</style>