Shades of Shocking Pink #EF23BD
Tints of Shocking Pink #EF23BD
RGB
CMYK
RGB Variations
Color information
#EF23BD (or 0xEF23BD) is known color: Shocking Pink. HEX triplet: EF, 23 and BD. RGB value is (239,35,189). Sum of RGB (Red+Green+Blue) = 239+35+189=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF23BD is #10DC42. Grayscale: #717171. Windows color (decimal): -1104963 or 12395503. OLE color: 12395503.
HSL color Cylindrical-coordinate representation of color #EF23BD: hue angle of 314.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF23BD is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 189 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.06 |
| HSL | 314.71º | 0.86% | 0.54% | - |
| HSV(B) | 314.71º | 0.85% | 0.94% | - |
| XYZ | 45.38 | 23.23 | 50.24 | - |
| YUV | 113.55 | 170.59 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 189 | 0 | 0.85 | 0.21 | 0.06 | 314.71 | 0.86 | 0.54 |
| Hex | EF | 23 | BD | 0 | 55 | 15 | 6 | 13B | 56 | 36 |
| Octal | 357 | 43 | 275 | 0 | 125 | 25 | 6 | 473 | 126 | 66 |
| Binary | 11101111 | 100011 | 10111101 | 0 | 1010101 | 10101 | 110 | 100111011 | 1010110 | 110110 |
Color Harmonies of #EF23BD
Complementary color
Monochromatic Colors of #EF23BD
Black with #EF23BD
Text Example
Text Example
White with #EF23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF23BD; }
p { color: rgb(239,35,189); }
H1.HeaderClassName
{
color: #EF23BD;
}
.AnyTagClassName
{
color: #EF23BD;
}
</style>
background-color css
<style>
a { background-color: #EF23BD; }
a { background-color: rgb(239,35,189); }
div.DivClassName
{
background-color: #EF23BD;
}
.BgClassName
{
background-color: #EF23BD;
}
</style>
border-color css
<style>
span { border-color: #EF23BD; }
span { border-color: rgb(239,35,189); }
td.TdClassName
{
border-color: #EF23BD;
}
.TagClassName
{
border-color: #EF23BD;
}
</style>