Shades of Shocking Pink #EF15C5
Tints of Shocking Pink #EF15C5
RGB
CMYK
RGB Variations
Color information
#EF15C5 (or 0xEF15C5) is known color: Shocking Pink. HEX triplet: EF, 15 and C5. RGB value is (239,21,197). Sum of RGB (Red+Green+Blue) = 239+21+197=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15C5 is #10EA3A. Grayscale: #696969. Windows color (decimal): -1108539 or 12916207. OLE color: 12916207.
HSL color Cylindrical-coordinate representation of color #EF15C5: hue angle of 311.56º 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 #EF15C5 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 197 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.06 |
| HSL | 311.56º | 0.87% | 0.51% | - |
| HSV(B) | 311.56º | 0.91% | 0.94% | - |
| XYZ | 45.94 | 22.92 | 54.83 | - |
| YUV | 106.25 | 179.22 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 197 | 0 | 0.91 | 0.18 | 0.06 | 311.56 | 0.87 | 0.51 |
| Hex | EF | 15 | C5 | 0 | 5B | 12 | 6 | 138 | 57 | 33 |
| Octal | 357 | 25 | 305 | 0 | 133 | 22 | 6 | 470 | 127 | 63 |
| Binary | 11101111 | 10101 | 11000101 | 0 | 1011011 | 10010 | 110 | 100111000 | 1010111 | 110011 |
Color Harmonies of #EF15C5
Complementary color
Monochromatic Colors of #EF15C5
Black with #EF15C5
Text Example
Text Example
White with #EF15C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15C5; }
p { color: rgb(239,21,197); }
H1.HeaderClassName
{
color: #EF15C5;
}
.AnyTagClassName
{
color: #EF15C5;
}
</style>
background-color css
<style>
a { background-color: #EF15C5; }
a { background-color: rgb(239,21,197); }
div.DivClassName
{
background-color: #EF15C5;
}
.BgClassName
{
background-color: #EF15C5;
}
</style>
border-color css
<style>
span { border-color: #EF15C5; }
span { border-color: rgb(239,21,197); }
td.TdClassName
{
border-color: #EF15C5;
}
.TagClassName
{
border-color: #EF15C5;
}
</style>