Shades of Shocking Pink #EB1BDC
Tints of Shocking Pink #EB1BDC
RGB
CMYK
RGB Variations
Color information
#EB1BDC (or 0xEB1BDC) is known color: Shocking Pink. HEX triplet: EB, 1B and DC. RGB value is (235,27,220). Sum of RGB (Red+Green+Blue) = 235+27+220=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 27 (10.94% from 255 or 5.60% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1BDC is #14E423. Grayscale: #6E6E6E. Windows color (decimal): -1369124 or 14425067. OLE color: 14425067.
HSL color Cylindrical-coordinate representation of color #EB1BDC: hue angle of 304.33º 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 #EB1BDC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 27 | 220 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.08 |
| HSL | 304.33º | 0.84% | 0.51% | - |
| HSV(B) | 304.33º | 0.89% | 0.92% | - |
| XYZ | 47.57 | 23.61 | 69.76 | - |
| YUV | 111.19 | 189.41 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 27 | 220 | 0 | 0.89 | 0.06 | 0.08 | 304.33 | 0.84 | 0.51 |
| Hex | EB | 1B | DC | 0 | 59 | 6 | 8 | 130 | 54 | 33 |
| Octal | 353 | 33 | 334 | 0 | 131 | 6 | 10 | 460 | 124 | 63 |
| Binary | 11101011 | 11011 | 11011100 | 0 | 1011001 | 110 | 1000 | 100110000 | 1010100 | 110011 |
Color Harmonies of #EB1BDC
Complementary color
Monochromatic Colors of #EB1BDC
Black with #EB1BDC
Text Example
Text Example
White with #EB1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1BDC; }
p { color: rgb(235,27,220); }
H1.HeaderClassName
{
color: #EB1BDC;
}
.AnyTagClassName
{
color: #EB1BDC;
}
</style>
background-color css
<style>
a { background-color: #EB1BDC; }
a { background-color: rgb(235,27,220); }
div.DivClassName
{
background-color: #EB1BDC;
}
.BgClassName
{
background-color: #EB1BDC;
}
</style>
border-color css
<style>
span { border-color: #EB1BDC; }
span { border-color: rgb(235,27,220); }
td.TdClassName
{
border-color: #EB1BDC;
}
.TagClassName
{
border-color: #EB1BDC;
}
</style>