Shades of Shocking Pink #EF15CB
Tints of Shocking Pink #EF15CB
RGB
CMYK
RGB Variations
Color information
#EF15CB (or 0xEF15CB) is known color: Shocking Pink. HEX triplet: EF, 15 and CB. RGB value is (239,21,203). Sum of RGB (Red+Green+Blue) = 239+21+203=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15CB is #10EA34. Grayscale: #6A6A6A. Windows color (decimal): -1108533 or 13309423. OLE color: 13309423.
HSL color Cylindrical-coordinate representation of color #EF15CB: hue angle of 309.91º 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 #EF15CB is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.06 |
| HSL | 309.91º | 0.87% | 0.51% | - |
| HSV(B) | 309.91º | 0.91% | 0.94% | - |
| XYZ | 46.64 | 23.2 | 58.52 | - |
| YUV | 106.93 | 182.22 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 203 | 0 | 0.91 | 0.15 | 0.06 | 309.91 | 0.87 | 0.51 |
| Hex | EF | 15 | CB | 0 | 5B | F | 6 | 136 | 57 | 33 |
| Octal | 357 | 25 | 313 | 0 | 133 | 17 | 6 | 466 | 127 | 63 |
| Binary | 11101111 | 10101 | 11001011 | 0 | 1011011 | 1111 | 110 | 100110110 | 1010111 | 110011 |
Color Harmonies of #EF15CB
Complementary color
Monochromatic Colors of #EF15CB
Black with #EF15CB
Text Example
Text Example
White with #EF15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15CB; }
p { color: rgb(239,21,203); }
H1.HeaderClassName
{
color: #EF15CB;
}
.AnyTagClassName
{
color: #EF15CB;
}
</style>
background-color css
<style>
a { background-color: #EF15CB; }
a { background-color: rgb(239,21,203); }
div.DivClassName
{
background-color: #EF15CB;
}
.BgClassName
{
background-color: #EF15CB;
}
</style>
border-color css
<style>
span { border-color: #EF15CB; }
span { border-color: rgb(239,21,203); }
td.TdClassName
{
border-color: #EF15CB;
}
.TagClassName
{
border-color: #EF15CB;
}
</style>