Shades of Shocking Pink #EF15CF
Tints of Shocking Pink #EF15CF
RGB
CMYK
RGB Variations
Color information
#EF15CF (or 0xEF15CF) is known color: Shocking Pink. HEX triplet: EF, 15 and CF. RGB value is (239,21,207). Sum of RGB (Red+Green+Blue) = 239+21+207=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15CF is #10EA30. Grayscale: #6A6A6A. Windows color (decimal): -1108529 or 13571567. OLE color: 13571567.
HSL color Cylindrical-coordinate representation of color #EF15CF: hue angle of 308.81º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15CF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 207 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.06 |
| HSL | 308.81º | 0.87% | 0.51% | - |
| HSV(B) | 308.81º | 0.91% | 0.94% | - |
| XYZ | 47.13 | 23.39 | 61.06 | - |
| YUV | 107.39 | 184.22 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 207 | 0 | 0.91 | 0.13 | 0.06 | 308.81 | 0.87 | 0.51 |
| Hex | EF | 15 | CF | 0 | 5B | D | 6 | 135 | 57 | 33 |
| Octal | 357 | 25 | 317 | 0 | 133 | 15 | 6 | 465 | 127 | 63 |
| Binary | 11101111 | 10101 | 11001111 | 0 | 1011011 | 1101 | 110 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EF15CF
Complementary color
Monochromatic Colors of #EF15CF
Black with #EF15CF
Text Example
Text Example
White with #EF15CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15CF; }
p { color: rgb(239,21,207); }
H1.HeaderClassName
{
color: #EF15CF;
}
.AnyTagClassName
{
color: #EF15CF;
}
</style>
background-color css
<style>
a { background-color: #EF15CF; }
a { background-color: rgb(239,21,207); }
div.DivClassName
{
background-color: #EF15CF;
}
.BgClassName
{
background-color: #EF15CF;
}
</style>
border-color css
<style>
span { border-color: #EF15CF; }
span { border-color: rgb(239,21,207); }
td.TdClassName
{
border-color: #EF15CF;
}
.TagClassName
{
border-color: #EF15CF;
}
</style>