Shades of Shocking Pink #EF15C8
Tints of Shocking Pink #EF15C8
RGB
CMYK
RGB Variations
Color information
#EF15C8 (or 0xEF15C8) is known color: Shocking Pink. HEX triplet: EF, 15 and C8. RGB value is (239,21,200). Sum of RGB (Red+Green+Blue) = 239+21+200=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15C8 is #10EA37. Grayscale: #6A6A6A. Windows color (decimal): -1108536 or 13112815. OLE color: 13112815.
HSL color Cylindrical-coordinate representation of color #EF15C8: hue angle of 310.73º 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 #EF15C8 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 200 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.06 |
| HSL | 310.73º | 0.87% | 0.51% | - |
| HSV(B) | 310.73º | 0.91% | 0.94% | - |
| XYZ | 46.29 | 23.06 | 56.65 | - |
| YUV | 106.59 | 180.72 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 200 | 0 | 0.91 | 0.16 | 0.06 | 310.73 | 0.87 | 0.51 |
| Hex | EF | 15 | C8 | 0 | 5B | 10 | 6 | 137 | 57 | 33 |
| Octal | 357 | 25 | 310 | 0 | 133 | 20 | 6 | 467 | 127 | 63 |
| Binary | 11101111 | 10101 | 11001000 | 0 | 1011011 | 10000 | 110 | 100110111 | 1010111 | 110011 |
Color Harmonies of #EF15C8
Complementary color
Monochromatic Colors of #EF15C8
Black with #EF15C8
Text Example
Text Example
White with #EF15C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15C8; }
p { color: rgb(239,21,200); }
H1.HeaderClassName
{
color: #EF15C8;
}
.AnyTagClassName
{
color: #EF15C8;
}
</style>
background-color css
<style>
a { background-color: #EF15C8; }
a { background-color: rgb(239,21,200); }
div.DivClassName
{
background-color: #EF15C8;
}
.BgClassName
{
background-color: #EF15C8;
}
</style>
border-color css
<style>
span { border-color: #EF15C8; }
span { border-color: rgb(239,21,200); }
td.TdClassName
{
border-color: #EF15C8;
}
.TagClassName
{
border-color: #EF15C8;
}
</style>