Shades of Shocking Pink #EB10CF
Tints of Shocking Pink #EB10CF
RGB
CMYK
RGB Variations
Color information
#EB10CF (or 0xEB10CF) is known color: Shocking Pink. HEX triplet: EB, 10 and CF. RGB value is (235,16,207). Sum of RGB (Red+Green+Blue) = 235+16+207=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10CF is #14EF30. Grayscale: #666666. Windows color (decimal): -1371953 or 13570283. OLE color: 13570283.
HSL color Cylindrical-coordinate representation of color #EB10CF: hue angle of 307.67º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB10CF is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 207 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.08 |
| HSL | 307.67º | 0.87% | 0.49% | - |
| HSV(B) | 307.67º | 0.93% | 0.92% | - |
| XYZ | 45.71 | 22.54 | 60.97 | - |
| YUV | 103.26 | 186.55 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 207 | 0 | 0.93 | 0.12 | 0.08 | 307.67 | 0.87 | 0.49 |
| Hex | EB | 10 | CF | 0 | 5D | C | 8 | 134 | 57 | 31 |
| Octal | 353 | 20 | 317 | 0 | 135 | 14 | 10 | 464 | 127 | 61 |
| Binary | 11101011 | 10000 | 11001111 | 0 | 1011101 | 1100 | 1000 | 100110100 | 1010111 | 110001 |
Color Harmonies of #EB10CF
Complementary color
Monochromatic Colors of #EB10CF
Black with #EB10CF
Text Example
Text Example
White with #EB10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB10CF; }
p { color: rgb(235,16,207); }
H1.HeaderClassName
{
color: #EB10CF;
}
.AnyTagClassName
{
color: #EB10CF;
}
</style>
background-color css
<style>
a { background-color: #EB10CF; }
a { background-color: rgb(235,16,207); }
div.DivClassName
{
background-color: #EB10CF;
}
.BgClassName
{
background-color: #EB10CF;
}
</style>
border-color css
<style>
span { border-color: #EB10CF; }
span { border-color: rgb(235,16,207); }
td.TdClassName
{
border-color: #EB10CF;
}
.TagClassName
{
border-color: #EB10CF;
}
</style>