Shades of Shocking Pink #EF19BE
Tints of Shocking Pink #EF19BE
RGB
CMYK
RGB Variations
Color information
#EF19BE (or 0xEF19BE) is known color: Shocking Pink. HEX triplet: EF, 19 and BE. RGB value is (239,25,190). Sum of RGB (Red+Green+Blue) = 239+25+190=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19BE is #10E641. Grayscale: #6B6B6B. Windows color (decimal): -1107522 or 12458479. OLE color: 12458479.
HSL color Cylindrical-coordinate representation of color #EF19BE: hue angle of 313.74º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19BE is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 190 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.06 |
| HSL | 313.74º | 0.87% | 0.52% | - |
| HSV(B) | 313.74º | 0.9% | 0.94% | - |
| XYZ | 45.24 | 22.76 | 50.72 | - |
| YUV | 107.8 | 174.4 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 190 | 0 | 0.90 | 0.21 | 0.06 | 313.74 | 0.87 | 0.52 |
| Hex | EF | 19 | BE | 0 | 5A | 15 | 6 | 13A | 57 | 34 |
| Octal | 357 | 31 | 276 | 0 | 132 | 25 | 6 | 472 | 127 | 64 |
| Binary | 11101111 | 11001 | 10111110 | 0 | 1011010 | 10101 | 110 | 100111010 | 1010111 | 110100 |
Color Harmonies of #EF19BE
Complementary color
Monochromatic Colors of #EF19BE
Black with #EF19BE
Text Example
Text Example
White with #EF19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19BE; }
p { color: rgb(239,25,190); }
H1.HeaderClassName
{
color: #EF19BE;
}
.AnyTagClassName
{
color: #EF19BE;
}
</style>
background-color css
<style>
a { background-color: #EF19BE; }
a { background-color: rgb(239,25,190); }
div.DivClassName
{
background-color: #EF19BE;
}
.BgClassName
{
background-color: #EF19BE;
}
</style>
border-color css
<style>
span { border-color: #EF19BE; }
span { border-color: rgb(239,25,190); }
td.TdClassName
{
border-color: #EF19BE;
}
.TagClassName
{
border-color: #EF19BE;
}
</style>