Shades of Shocking Pink #EF17CA
Tints of Shocking Pink #EF17CA
RGB
CMYK
RGB Variations
Color information
#EF17CA (or 0xEF17CA) is known color: Shocking Pink. HEX triplet: EF, 17 and CA. RGB value is (239,23,202). Sum of RGB (Red+Green+Blue) = 239+23+202=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17CA is #10E835. Grayscale: #6B6B6B. Windows color (decimal): -1108022 or 13244399. OLE color: 13244399.
HSL color Cylindrical-coordinate representation of color #EF17CA: hue angle of 310.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17CA is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 202 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.06 |
| HSL | 310.28º | 0.87% | 0.51% | - |
| HSV(B) | 310.28º | 0.9% | 0.94% | - |
| XYZ | 46.56 | 23.23 | 57.91 | - |
| YUV | 107.99 | 181.06 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 202 | 0 | 0.90 | 0.15 | 0.06 | 310.28 | 0.87 | 0.51 |
| Hex | EF | 17 | CA | 0 | 5A | F | 6 | 136 | 57 | 33 |
| Octal | 357 | 27 | 312 | 0 | 132 | 17 | 6 | 466 | 127 | 63 |
| Binary | 11101111 | 10111 | 11001010 | 0 | 1011010 | 1111 | 110 | 100110110 | 1010111 | 110011 |
Color Harmonies of #EF17CA
Complementary color
Monochromatic Colors of #EF17CA
Black with #EF17CA
Text Example
Text Example
White with #EF17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17CA; }
p { color: rgb(239,23,202); }
H1.HeaderClassName
{
color: #EF17CA;
}
.AnyTagClassName
{
color: #EF17CA;
}
</style>
background-color css
<style>
a { background-color: #EF17CA; }
a { background-color: rgb(239,23,202); }
div.DivClassName
{
background-color: #EF17CA;
}
.BgClassName
{
background-color: #EF17CA;
}
</style>
border-color css
<style>
span { border-color: #EF17CA; }
span { border-color: rgb(239,23,202); }
td.TdClassName
{
border-color: #EF17CA;
}
.TagClassName
{
border-color: #EF17CA;
}
</style>