Shades of Shocking Pink #EB15D5
Tints of Shocking Pink #EB15D5
RGB
CMYK
RGB Variations
Color information
#EB15D5 (or 0xEB15D5) is known color: Shocking Pink. HEX triplet: EB, 15 and D5. RGB value is (235,21,213). Sum of RGB (Red+Green+Blue) = 235+21+213=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB15D5 is #14EA2A. Grayscale: #6A6A6A. Windows color (decimal): -1370667 or 13964779. OLE color: 13964779.
HSL color Cylindrical-coordinate representation of color #EB15D5: hue angle of 306.17º 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 #EB15D5 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 213 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.08 |
| HSL | 306.17º | 0.84% | 0.5% | - |
| HSV(B) | 306.17º | 0.91% | 0.92% | - |
| XYZ | 46.54 | 23 | 64.94 | - |
| YUV | 106.87 | 187.9 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 213 | 0 | 0.91 | 0.09 | 0.08 | 306.17 | 0.84 | 0.5 |
| Hex | EB | 15 | D5 | 0 | 5B | 9 | 8 | 132 | 54 | 32 |
| Octal | 353 | 25 | 325 | 0 | 133 | 11 | 10 | 462 | 124 | 62 |
| Binary | 11101011 | 10101 | 11010101 | 0 | 1011011 | 1001 | 1000 | 100110010 | 1010100 | 110010 |
Color Harmonies of #EB15D5
Complementary color
Monochromatic Colors of #EB15D5
Black with #EB15D5
Text Example
Text Example
White with #EB15D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB15D5; }
p { color: rgb(235,21,213); }
H1.HeaderClassName
{
color: #EB15D5;
}
.AnyTagClassName
{
color: #EB15D5;
}
</style>
background-color css
<style>
a { background-color: #EB15D5; }
a { background-color: rgb(235,21,213); }
div.DivClassName
{
background-color: #EB15D5;
}
.BgClassName
{
background-color: #EB15D5;
}
</style>
border-color css
<style>
span { border-color: #EB15D5; }
span { border-color: rgb(235,21,213); }
td.TdClassName
{
border-color: #EB15D5;
}
.TagClassName
{
border-color: #EB15D5;
}
</style>