Shades of Shocking Pink #EB1ACB
Tints of Shocking Pink #EB1ACB
RGB
CMYK
RGB Variations
Color information
#EB1ACB (or 0xEB1ACB) is known color: Shocking Pink. HEX triplet: EB, 1A and CB. RGB value is (235,26,203). Sum of RGB (Red+Green+Blue) = 235+26+203=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1ACB is #14E534. Grayscale: #6C6C6C. Windows color (decimal): -1369397 or 13310699. OLE color: 13310699.
HSL color Cylindrical-coordinate representation of color #EB1ACB: hue angle of 309.19º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1ACB is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.08 |
| HSL | 309.19º | 0.84% | 0.51% | - |
| HSV(B) | 309.19º | 0.89% | 0.92% | - |
| XYZ | 45.41 | 22.71 | 58.49 | - |
| YUV | 108.67 | 181.24 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 26 | 203 | 0 | 0.89 | 0.14 | 0.08 | 309.19 | 0.84 | 0.51 |
| Hex | EB | 1A | CB | 0 | 59 | E | 8 | 135 | 54 | 33 |
| Octal | 353 | 32 | 313 | 0 | 131 | 16 | 10 | 465 | 124 | 63 |
| Binary | 11101011 | 11010 | 11001011 | 0 | 1011001 | 1110 | 1000 | 100110101 | 1010100 | 110011 |
Color Harmonies of #EB1ACB
Complementary color
Monochromatic Colors of #EB1ACB
Black with #EB1ACB
Text Example
Text Example
White with #EB1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1ACB; }
p { color: rgb(235,26,203); }
H1.HeaderClassName
{
color: #EB1ACB;
}
.AnyTagClassName
{
color: #EB1ACB;
}
</style>
background-color css
<style>
a { background-color: #EB1ACB; }
a { background-color: rgb(235,26,203); }
div.DivClassName
{
background-color: #EB1ACB;
}
.BgClassName
{
background-color: #EB1ACB;
}
</style>
border-color css
<style>
span { border-color: #EB1ACB; }
span { border-color: rgb(235,26,203); }
td.TdClassName
{
border-color: #EB1ACB;
}
.TagClassName
{
border-color: #EB1ACB;
}
</style>