Shades of Shocking Pink #EF15BE
Tints of Shocking Pink #EF15BE
RGB
CMYK
RGB Variations
Color information
#EF15BE (or 0xEF15BE) is known color: Shocking Pink. HEX triplet: EF, 15 and BE. RGB value is (239,21,190). Sum of RGB (Red+Green+Blue) = 239+21+190=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15BE is #10EA41. Grayscale: #686868. Windows color (decimal): -1108546 or 12457455. OLE color: 12457455.
HSL color Cylindrical-coordinate representation of color #EF15BE: hue angle of 313.49º 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 #EF15BE is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 190 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.06 |
| HSL | 313.49º | 0.87% | 0.51% | - |
| HSV(B) | 313.49º | 0.91% | 0.94% | - |
| XYZ | 45.16 | 22.6 | 50.7 | - |
| YUV | 105.45 | 175.72 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 190 | 0 | 0.91 | 0.21 | 0.06 | 313.49 | 0.87 | 0.51 |
| Hex | EF | 15 | BE | 0 | 5B | 15 | 6 | 139 | 57 | 33 |
| Octal | 357 | 25 | 276 | 0 | 133 | 25 | 6 | 471 | 127 | 63 |
| Binary | 11101111 | 10101 | 10111110 | 0 | 1011011 | 10101 | 110 | 100111001 | 1010111 | 110011 |
Color Harmonies of #EF15BE
Complementary color
Monochromatic Colors of #EF15BE
Black with #EF15BE
Text Example
Text Example
White with #EF15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15BE; }
p { color: rgb(239,21,190); }
H1.HeaderClassName
{
color: #EF15BE;
}
.AnyTagClassName
{
color: #EF15BE;
}
</style>
background-color css
<style>
a { background-color: #EF15BE; }
a { background-color: rgb(239,21,190); }
div.DivClassName
{
background-color: #EF15BE;
}
.BgClassName
{
background-color: #EF15BE;
}
</style>
border-color css
<style>
span { border-color: #EF15BE; }
span { border-color: rgb(239,21,190); }
td.TdClassName
{
border-color: #EF15BE;
}
.TagClassName
{
border-color: #EF15BE;
}
</style>