Shades of Shocking Pink #EF15CA
Tints of Shocking Pink #EF15CA
RGB
CMYK
RGB Variations
Color information
#EF15CA (or 0xEF15CA) is known color: Shocking Pink. HEX triplet: EF, 15 and CA. RGB value is (239,21,202). Sum of RGB (Red+Green+Blue) = 239+21+202=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15CA is #10EA35. Grayscale: #6A6A6A. Windows color (decimal): -1108534 or 13243887. OLE color: 13243887.
HSL color Cylindrical-coordinate representation of color #EF15CA: hue angle of 310.18º 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 #EF15CA is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 202 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.06 |
| HSL | 310.18º | 0.87% | 0.51% | - |
| HSV(B) | 310.18º | 0.91% | 0.94% | - |
| XYZ | 46.53 | 23.15 | 57.89 | - |
| YUV | 106.82 | 181.72 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 202 | 0 | 0.91 | 0.15 | 0.06 | 310.18 | 0.87 | 0.51 |
| Hex | EF | 15 | CA | 0 | 5B | F | 6 | 136 | 57 | 33 |
| Octal | 357 | 25 | 312 | 0 | 133 | 17 | 6 | 466 | 127 | 63 |
| Binary | 11101111 | 10101 | 11001010 | 0 | 1011011 | 1111 | 110 | 100110110 | 1010111 | 110011 |
Color Harmonies of #EF15CA
Complementary color
Monochromatic Colors of #EF15CA
Black with #EF15CA
Text Example
Text Example
White with #EF15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15CA; }
p { color: rgb(239,21,202); }
H1.HeaderClassName
{
color: #EF15CA;
}
.AnyTagClassName
{
color: #EF15CA;
}
</style>
background-color css
<style>
a { background-color: #EF15CA; }
a { background-color: rgb(239,21,202); }
div.DivClassName
{
background-color: #EF15CA;
}
.BgClassName
{
background-color: #EF15CA;
}
</style>
border-color css
<style>
span { border-color: #EF15CA; }
span { border-color: rgb(239,21,202); }
td.TdClassName
{
border-color: #EF15CA;
}
.TagClassName
{
border-color: #EF15CA;
}
</style>