Shades of Shocking Pink #EB10C5
Tints of Shocking Pink #EB10C5
RGB
CMYK
RGB Variations
Color information
#EB10C5 (or 0xEB10C5) is known color: Shocking Pink. HEX triplet: EB, 10 and C5. RGB value is (235,16,197). Sum of RGB (Red+Green+Blue) = 235+16+197=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10C5 is #14EF3A. Grayscale: #656565. Windows color (decimal): -1371963 or 12914923. OLE color: 12914923.
HSL color Cylindrical-coordinate representation of color #EB10C5: hue angle of 310.41º 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 #EB10C5 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 197 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.08 |
| HSL | 310.41º | 0.87% | 0.49% | - |
| HSV(B) | 310.41º | 0.93% | 0.92% | - |
| XYZ | 44.52 | 22.06 | 54.74 | - |
| YUV | 102.12 | 181.55 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 197 | 0 | 0.93 | 0.16 | 0.08 | 310.41 | 0.87 | 0.49 |
| Hex | EB | 10 | C5 | 0 | 5D | 10 | 8 | 136 | 57 | 31 |
| Octal | 353 | 20 | 305 | 0 | 135 | 20 | 10 | 466 | 127 | 61 |
| Binary | 11101011 | 10000 | 11000101 | 0 | 1011101 | 10000 | 1000 | 100110110 | 1010111 | 110001 |
Color Harmonies of #EB10C5
Complementary color
Monochromatic Colors of #EB10C5
Black with #EB10C5
Text Example
Text Example
White with #EB10C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB10C5; }
p { color: rgb(235,16,197); }
H1.HeaderClassName
{
color: #EB10C5;
}
.AnyTagClassName
{
color: #EB10C5;
}
</style>
background-color css
<style>
a { background-color: #EB10C5; }
a { background-color: rgb(235,16,197); }
div.DivClassName
{
background-color: #EB10C5;
}
.BgClassName
{
background-color: #EB10C5;
}
</style>
border-color css
<style>
span { border-color: #EB10C5; }
span { border-color: rgb(235,16,197); }
td.TdClassName
{
border-color: #EB10C5;
}
.TagClassName
{
border-color: #EB10C5;
}
</style>