Shades of Shocking Pink #EB17BA
Tints of Shocking Pink #EB17BA
RGB
CMYK
RGB Variations
Color information
#EB17BA (or 0xEB17BA) is known color: Shocking Pink. HEX triplet: EB, 17 and BA. RGB value is (235,23,186). Sum of RGB (Red+Green+Blue) = 235+23+186=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17BA is #14E845. Grayscale: #686868. Windows color (decimal): -1370182 or 12195819. OLE color: 12195819.
HSL color Cylindrical-coordinate representation of color #EB17BA: hue angle of 313.87º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17BA is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 186 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.08 |
| HSL | 313.87º | 0.84% | 0.51% | - |
| HSV(B) | 313.87º | 0.9% | 0.92% | - |
| XYZ | 43.43 | 21.82 | 48.38 | - |
| YUV | 104.97 | 173.74 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 186 | 0 | 0.90 | 0.21 | 0.08 | 313.87 | 0.84 | 0.51 |
| Hex | EB | 17 | BA | 0 | 5A | 15 | 8 | 13A | 54 | 33 |
| Octal | 353 | 27 | 272 | 0 | 132 | 25 | 10 | 472 | 124 | 63 |
| Binary | 11101011 | 10111 | 10111010 | 0 | 1011010 | 10101 | 1000 | 100111010 | 1010100 | 110011 |
Color Harmonies of #EB17BA
Complementary color
Monochromatic Colors of #EB17BA
Black with #EB17BA
Text Example
Text Example
White with #EB17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17BA; }
p { color: rgb(235,23,186); }
H1.HeaderClassName
{
color: #EB17BA;
}
.AnyTagClassName
{
color: #EB17BA;
}
</style>
background-color css
<style>
a { background-color: #EB17BA; }
a { background-color: rgb(235,23,186); }
div.DivClassName
{
background-color: #EB17BA;
}
.BgClassName
{
background-color: #EB17BA;
}
</style>
border-color css
<style>
span { border-color: #EB17BA; }
span { border-color: rgb(235,23,186); }
td.TdClassName
{
border-color: #EB17BA;
}
.TagClassName
{
border-color: #EB17BA;
}
</style>