Shades of Shocking Pink #EF17CB
Tints of Shocking Pink #EF17CB
RGB
CMYK
RGB Variations
Color information
#EF17CB (or 0xEF17CB) is known color: Shocking Pink. HEX triplet: EF, 17 and CB. RGB value is (239,23,203). Sum of RGB (Red+Green+Blue) = 239+23+203=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17CB is #10E834. Grayscale: #6B6B6B. Windows color (decimal): -1108021 or 13309935. OLE color: 13309935.
HSL color Cylindrical-coordinate representation of color #EF17CB: hue angle of 310º 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 #EF17CB is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 203 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.06 |
| HSL | 310º | 0.87% | 0.51% | - |
| HSV(B) | 310º | 0.9% | 0.94% | - |
| XYZ | 46.68 | 23.28 | 58.53 | - |
| YUV | 108.1 | 181.56 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 203 | 0 | 0.90 | 0.15 | 0.06 | 310 | 0.87 | 0.51 |
| Hex | EF | 17 | CB | 0 | 5A | F | 6 | 136 | 57 | 33 |
| Octal | 357 | 27 | 313 | 0 | 132 | 17 | 6 | 466 | 127 | 63 |
| Binary | 11101111 | 10111 | 11001011 | 0 | 1011010 | 1111 | 110 | 100110110 | 1010111 | 110011 |
Color Harmonies of #EF17CB
Complementary color
Monochromatic Colors of #EF17CB
Black with #EF17CB
Text Example
Text Example
White with #EF17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17CB; }
p { color: rgb(239,23,203); }
H1.HeaderClassName
{
color: #EF17CB;
}
.AnyTagClassName
{
color: #EF17CB;
}
</style>
background-color css
<style>
a { background-color: #EF17CB; }
a { background-color: rgb(239,23,203); }
div.DivClassName
{
background-color: #EF17CB;
}
.BgClassName
{
background-color: #EF17CB;
}
</style>
border-color css
<style>
span { border-color: #EF17CB; }
span { border-color: rgb(239,23,203); }
td.TdClassName
{
border-color: #EF17CB;
}
.TagClassName
{
border-color: #EF17CB;
}
</style>