Shades of Shocking Pink #EB10C9
Tints of Shocking Pink #EB10C9
RGB
CMYK
RGB Variations
Color information
#EB10C9 (or 0xEB10C9) is known color: Shocking Pink. HEX triplet: EB, 10 and C9. RGB value is (235,16,201). Sum of RGB (Red+Green+Blue) = 235+16+201=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10C9 is #14EF36. Grayscale: #666666. Windows color (decimal): -1371959 or 13177067. OLE color: 13177067.
HSL color Cylindrical-coordinate representation of color #EB10C9: hue angle of 309.32º 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 #EB10C9 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 201 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.08 |
| HSL | 309.32º | 0.87% | 0.49% | - |
| HSV(B) | 309.32º | 0.93% | 0.92% | - |
| XYZ | 44.99 | 22.25 | 57.18 | - |
| YUV | 102.57 | 183.55 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 201 | 0 | 0.93 | 0.14 | 0.08 | 309.32 | 0.87 | 0.49 |
| Hex | EB | 10 | C9 | 0 | 5D | E | 8 | 135 | 57 | 31 |
| Octal | 353 | 20 | 311 | 0 | 135 | 16 | 10 | 465 | 127 | 61 |
| Binary | 11101011 | 10000 | 11001001 | 0 | 1011101 | 1110 | 1000 | 100110101 | 1010111 | 110001 |
Color Harmonies of #EB10C9
Complementary color
Monochromatic Colors of #EB10C9
Black with #EB10C9
Text Example
Text Example
White with #EB10C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB10C9; }
p { color: rgb(235,16,201); }
H1.HeaderClassName
{
color: #EB10C9;
}
.AnyTagClassName
{
color: #EB10C9;
}
</style>
background-color css
<style>
a { background-color: #EB10C9; }
a { background-color: rgb(235,16,201); }
div.DivClassName
{
background-color: #EB10C9;
}
.BgClassName
{
background-color: #EB10C9;
}
</style>
border-color css
<style>
span { border-color: #EB10C9; }
span { border-color: rgb(235,16,201); }
td.TdClassName
{
border-color: #EB10C9;
}
.TagClassName
{
border-color: #EB10C9;
}
</style>