Shades of Shocking Pink #EB10B1
Tints of Shocking Pink #EB10B1
RGB
CMYK
RGB Variations
Color information
#EB10B1 (or 0xEB10B1) is known color: Shocking Pink. HEX triplet: EB, 10 and B1. RGB value is (235,16,177). Sum of RGB (Red+Green+Blue) = 235+16+177=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB10B1 is #14EF4E. Grayscale: #636363. Windows color (decimal): -1371983 or 11604203. OLE color: 11604203.
HSL color Cylindrical-coordinate representation of color #EB10B1: hue angle of 315.89º 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 #EB10B1 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 177 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.08 |
| HSL | 315.89º | 0.87% | 0.49% | - |
| HSV(B) | 315.89º | 0.93% | 0.92% | - |
| XYZ | 42.38 | 21.21 | 43.45 | - |
| YUV | 99.84 | 171.55 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 177 | 0 | 0.93 | 0.25 | 0.08 | 315.89 | 0.87 | 0.49 |
| Hex | EB | 10 | B1 | 0 | 5D | 19 | 8 | 13C | 57 | 31 |
| Octal | 353 | 20 | 261 | 0 | 135 | 31 | 10 | 474 | 127 | 61 |
| Binary | 11101011 | 10000 | 10110001 | 0 | 1011101 | 11001 | 1000 | 100111100 | 1010111 | 110001 |
Color Harmonies of #EB10B1
Complementary color
Monochromatic Colors of #EB10B1
Black with #EB10B1
Text Example
Text Example
White with #EB10B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB10B1; }
p { color: rgb(235,16,177); }
H1.HeaderClassName
{
color: #EB10B1;
}
.AnyTagClassName
{
color: #EB10B1;
}
</style>
background-color css
<style>
a { background-color: #EB10B1; }
a { background-color: rgb(235,16,177); }
div.DivClassName
{
background-color: #EB10B1;
}
.BgClassName
{
background-color: #EB10B1;
}
</style>
border-color css
<style>
span { border-color: #EB10B1; }
span { border-color: rgb(235,16,177); }
td.TdClassName
{
border-color: #EB10B1;
}
.TagClassName
{
border-color: #EB10B1;
}
</style>