Shades of Shocking Pink #EB17C1
Tints of Shocking Pink #EB17C1
RGB
CMYK
RGB Variations
Color information
#EB17C1 (or 0xEB17C1) is known color: Shocking Pink. HEX triplet: EB, 17 and C1. RGB value is (235,23,193). Sum of RGB (Red+Green+Blue) = 235+23+193=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17C1 is #14E83E. Grayscale: #696969. Windows color (decimal): -1370175 or 12654571. OLE color: 12654571.
HSL color Cylindrical-coordinate representation of color #EB17C1: hue angle of 311.89º 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 #EB17C1 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 193 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.08 |
| HSL | 311.89º | 0.84% | 0.51% | - |
| HSV(B) | 311.89º | 0.9% | 0.92% | - |
| XYZ | 44.19 | 22.13 | 52.39 | - |
| YUV | 105.77 | 177.24 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 193 | 0 | 0.90 | 0.18 | 0.08 | 311.89 | 0.84 | 0.51 |
| Hex | EB | 17 | C1 | 0 | 5A | 12 | 8 | 138 | 54 | 33 |
| Octal | 353 | 27 | 301 | 0 | 132 | 22 | 10 | 470 | 124 | 63 |
| Binary | 11101011 | 10111 | 11000001 | 0 | 1011010 | 10010 | 1000 | 100111000 | 1010100 | 110011 |
Color Harmonies of #EB17C1
Complementary color
Monochromatic Colors of #EB17C1
Black with #EB17C1
Text Example
Text Example
White with #EB17C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17C1; }
p { color: rgb(235,23,193); }
H1.HeaderClassName
{
color: #EB17C1;
}
.AnyTagClassName
{
color: #EB17C1;
}
</style>
background-color css
<style>
a { background-color: #EB17C1; }
a { background-color: rgb(235,23,193); }
div.DivClassName
{
background-color: #EB17C1;
}
.BgClassName
{
background-color: #EB17C1;
}
</style>
border-color css
<style>
span { border-color: #EB17C1; }
span { border-color: rgb(235,23,193); }
td.TdClassName
{
border-color: #EB17C1;
}
.TagClassName
{
border-color: #EB17C1;
}
</style>