Shades of Shocking Pink #EB17C4
Tints of Shocking Pink #EB17C4
RGB
CMYK
RGB Variations
Color information
#EB17C4 (or 0xEB17C4) is known color: Shocking Pink. HEX triplet: EB, 17 and C4. RGB value is (235,23,196). Sum of RGB (Red+Green+Blue) = 235+23+196=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17C4 is #14E83B. Grayscale: #696969. Windows color (decimal): -1370172 or 12851179. OLE color: 12851179.
HSL color Cylindrical-coordinate representation of color #EB17C4: hue angle of 311.04º 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 #EB17C4 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 196 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.08 |
| HSL | 311.04º | 0.84% | 0.51% | - |
| HSV(B) | 311.04º | 0.9% | 0.92% | - |
| XYZ | 44.53 | 22.26 | 54.17 | - |
| YUV | 106.11 | 178.74 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 196 | 0 | 0.90 | 0.17 | 0.08 | 311.04 | 0.84 | 0.51 |
| Hex | EB | 17 | C4 | 0 | 5A | 11 | 8 | 137 | 54 | 33 |
| Octal | 353 | 27 | 304 | 0 | 132 | 21 | 10 | 467 | 124 | 63 |
| Binary | 11101011 | 10111 | 11000100 | 0 | 1011010 | 10001 | 1000 | 100110111 | 1010100 | 110011 |
Color Harmonies of #EB17C4
Complementary color
Monochromatic Colors of #EB17C4
Black with #EB17C4
Text Example
Text Example
White with #EB17C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17C4; }
p { color: rgb(235,23,196); }
H1.HeaderClassName
{
color: #EB17C4;
}
.AnyTagClassName
{
color: #EB17C4;
}
</style>
background-color css
<style>
a { background-color: #EB17C4; }
a { background-color: rgb(235,23,196); }
div.DivClassName
{
background-color: #EB17C4;
}
.BgClassName
{
background-color: #EB17C4;
}
</style>
border-color css
<style>
span { border-color: #EB17C4; }
span { border-color: rgb(235,23,196); }
td.TdClassName
{
border-color: #EB17C4;
}
.TagClassName
{
border-color: #EB17C4;
}
</style>