Shades of Shocking Pink #EB17CA
Tints of Shocking Pink #EB17CA
RGB
CMYK
RGB Variations
Color information
#EB17CA (or 0xEB17CA) is known color: Shocking Pink. HEX triplet: EB, 17 and CA. RGB value is (235,23,202). Sum of RGB (Red+Green+Blue) = 235+23+202=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17CA is #14E835. Grayscale: #6A6A6A. Windows color (decimal): -1370166 or 13244395. OLE color: 13244395.
HSL color Cylindrical-coordinate representation of color #EB17CA: hue angle of 309.34º 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 #EB17CA is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 202 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.08 |
| HSL | 309.34º | 0.84% | 0.51% | - |
| HSV(B) | 309.34º | 0.9% | 0.92% | - |
| XYZ | 45.23 | 22.54 | 57.84 | - |
| YUV | 106.79 | 181.74 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 202 | 0 | 0.90 | 0.14 | 0.08 | 309.34 | 0.84 | 0.51 |
| Hex | EB | 17 | CA | 0 | 5A | E | 8 | 135 | 54 | 33 |
| Octal | 353 | 27 | 312 | 0 | 132 | 16 | 10 | 465 | 124 | 63 |
| Binary | 11101011 | 10111 | 11001010 | 0 | 1011010 | 1110 | 1000 | 100110101 | 1010100 | 110011 |
Color Harmonies of #EB17CA
Complementary color
Monochromatic Colors of #EB17CA
Black with #EB17CA
Text Example
Text Example
White with #EB17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17CA; }
p { color: rgb(235,23,202); }
H1.HeaderClassName
{
color: #EB17CA;
}
.AnyTagClassName
{
color: #EB17CA;
}
</style>
background-color css
<style>
a { background-color: #EB17CA; }
a { background-color: rgb(235,23,202); }
div.DivClassName
{
background-color: #EB17CA;
}
.BgClassName
{
background-color: #EB17CA;
}
</style>
border-color css
<style>
span { border-color: #EB17CA; }
span { border-color: rgb(235,23,202); }
td.TdClassName
{
border-color: #EB17CA;
}
.TagClassName
{
border-color: #EB17CA;
}
</style>