Shades of Shocking Pink #EB10C8
Tints of Shocking Pink #EB10C8
RGB
CMYK
RGB Variations
Color information
#EB10C8 (or 0xEB10C8) is known color: Shocking Pink. HEX triplet: EB, 10 and C8. RGB value is (235,16,200). Sum of RGB (Red+Green+Blue) = 235+16+200=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10C8 is #14EF37. Grayscale: #656565. Windows color (decimal): -1371960 or 13111531. OLE color: 13111531.
HSL color Cylindrical-coordinate representation of color #EB10C8: hue angle of 309.59º 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 #EB10C8 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 200 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.08 |
| HSL | 309.59º | 0.87% | 0.49% | - |
| HSV(B) | 309.59º | 0.93% | 0.92% | - |
| XYZ | 44.87 | 22.2 | 56.56 | - |
| YUV | 102.46 | 183.05 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 200 | 0 | 0.93 | 0.15 | 0.08 | 309.59 | 0.87 | 0.49 |
| Hex | EB | 10 | C8 | 0 | 5D | F | 8 | 136 | 57 | 31 |
| Octal | 353 | 20 | 310 | 0 | 135 | 17 | 10 | 466 | 127 | 61 |
| Binary | 11101011 | 10000 | 11001000 | 0 | 1011101 | 1111 | 1000 | 100110110 | 1010111 | 110001 |
Color Harmonies of #EB10C8
Complementary color
Monochromatic Colors of #EB10C8
Black with #EB10C8
Text Example
Text Example
White with #EB10C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB10C8; }
p { color: rgb(235,16,200); }
H1.HeaderClassName
{
color: #EB10C8;
}
.AnyTagClassName
{
color: #EB10C8;
}
</style>
background-color css
<style>
a { background-color: #EB10C8; }
a { background-color: rgb(235,16,200); }
div.DivClassName
{
background-color: #EB10C8;
}
.BgClassName
{
background-color: #EB10C8;
}
</style>
border-color css
<style>
span { border-color: #EB10C8; }
span { border-color: rgb(235,16,200); }
td.TdClassName
{
border-color: #EB10C8;
}
.TagClassName
{
border-color: #EB10C8;
}
</style>