Shades of Shocking Pink #EB0DB2
Tints of Shocking Pink #EB0DB2
RGB
CMYK
RGB Variations
Color information
#EB0DB2 (or 0xEB0DB2) is known color: Shocking Pink. HEX triplet: EB, 0D and B2. RGB value is (235,13,178). Sum of RGB (Red+Green+Blue) = 235+13+178=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0DB2 is #14F24D. Grayscale: #616161. Windows color (decimal): -1372750 or 11668971. OLE color: 11668971.
HSL color Cylindrical-coordinate representation of color #EB0DB2: hue angle of 315.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0DB2 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 178 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.08 |
| HSL | 315.41º | 0.9% | 0.49% | - |
| HSV(B) | 315.41º | 0.94% | 0.92% | - |
| XYZ | 42.44 | 21.16 | 43.97 | - |
| YUV | 98.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 178 | 0 | 0.94 | 0.24 | 0.08 | 315.41 | 0.9 | 0.49 |
| Hex | EB | D | B2 | 0 | 5E | 18 | 8 | 13B | 5A | 31 |
| Octal | 353 | 15 | 262 | 0 | 136 | 30 | 10 | 473 | 132 | 61 |
| Binary | 11101011 | 1101 | 10110010 | 0 | 1011110 | 11000 | 1000 | 100111011 | 1011010 | 110001 |
Color Harmonies of #EB0DB2
Complementary color
Monochromatic Colors of #EB0DB2
Black with #EB0DB2
Text Example
Text Example
White with #EB0DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0DB2; }
p { color: rgb(235,13,178); }
H1.HeaderClassName
{
color: #EB0DB2;
}
.AnyTagClassName
{
color: #EB0DB2;
}
</style>
background-color css
<style>
a { background-color: #EB0DB2; }
a { background-color: rgb(235,13,178); }
div.DivClassName
{
background-color: #EB0DB2;
}
.BgClassName
{
background-color: #EB0DB2;
}
</style>
border-color css
<style>
span { border-color: #EB0DB2; }
span { border-color: rgb(235,13,178); }
td.TdClassName
{
border-color: #EB0DB2;
}
.TagClassName
{
border-color: #EB0DB2;
}
</style>