Shades of Shocking Pink #EB15D0
Tints of Shocking Pink #EB15D0
RGB
CMYK
RGB Variations
Color information
#EB15D0 (or 0xEB15D0) is known color: Shocking Pink. HEX triplet: EB, 15 and D0. RGB value is (235,21,208). Sum of RGB (Red+Green+Blue) = 235+21+208=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB15D0 is #14EA2F. Grayscale: #696969. Windows color (decimal): -1370672 or 13637099. OLE color: 13637099.
HSL color Cylindrical-coordinate representation of color #EB15D0: hue angle of 307.57º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB15D0 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 208 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.08 |
| HSL | 307.57º | 0.84% | 0.5% | - |
| HSV(B) | 307.57º | 0.91% | 0.92% | - |
| XYZ | 45.91 | 22.75 | 61.65 | - |
| YUV | 106.3 | 185.4 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 208 | 0 | 0.91 | 0.11 | 0.08 | 307.57 | 0.84 | 0.5 |
| Hex | EB | 15 | D0 | 0 | 5B | B | 8 | 134 | 54 | 32 |
| Octal | 353 | 25 | 320 | 0 | 133 | 13 | 10 | 464 | 124 | 62 |
| Binary | 11101011 | 10101 | 11010000 | 0 | 1011011 | 1011 | 1000 | 100110100 | 1010100 | 110010 |
Color Harmonies of #EB15D0
Complementary color
Monochromatic Colors of #EB15D0
Black with #EB15D0
Text Example
Text Example
White with #EB15D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB15D0; }
p { color: rgb(235,21,208); }
H1.HeaderClassName
{
color: #EB15D0;
}
.AnyTagClassName
{
color: #EB15D0;
}
</style>
background-color css
<style>
a { background-color: #EB15D0; }
a { background-color: rgb(235,21,208); }
div.DivClassName
{
background-color: #EB15D0;
}
.BgClassName
{
background-color: #EB15D0;
}
</style>
border-color css
<style>
span { border-color: #EB15D0; }
span { border-color: rgb(235,21,208); }
td.TdClassName
{
border-color: #EB15D0;
}
.TagClassName
{
border-color: #EB15D0;
}
</style>