Shades of Shocking Pink #EF22BD
Tints of Shocking Pink #EF22BD
RGB
CMYK
RGB Variations
Color information
#EF22BD (or 0xEF22BD) is known color: Shocking Pink. HEX triplet: EF, 22 and BD. RGB value is (239,34,189). Sum of RGB (Red+Green+Blue) = 239+34+189=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF22BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF22BD is #10DD42. Grayscale: #707070. Windows color (decimal): -1105219 or 12395247. OLE color: 12395247.
HSL color Cylindrical-coordinate representation of color #EF22BD: hue angle of 314.63º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF22BD is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 189 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.06 |
| HSL | 314.63º | 0.86% | 0.54% | - |
| HSV(B) | 314.63º | 0.86% | 0.94% | - |
| XYZ | 45.35 | 23.17 | 50.23 | - |
| YUV | 112.97 | 170.92 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 189 | 0 | 0.86 | 0.21 | 0.06 | 314.63 | 0.86 | 0.54 |
| Hex | EF | 22 | BD | 0 | 56 | 15 | 6 | 13B | 56 | 36 |
| Octal | 357 | 42 | 275 | 0 | 126 | 25 | 6 | 473 | 126 | 66 |
| Binary | 11101111 | 100010 | 10111101 | 0 | 1010110 | 10101 | 110 | 100111011 | 1010110 | 110110 |
Color Harmonies of #EF22BD
Complementary color
Monochromatic Colors of #EF22BD
Black with #EF22BD
Text Example
Text Example
White with #EF22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF22BD; }
p { color: rgb(239,34,189); }
H1.HeaderClassName
{
color: #EF22BD;
}
.AnyTagClassName
{
color: #EF22BD;
}
</style>
background-color css
<style>
a { background-color: #EF22BD; }
a { background-color: rgb(239,34,189); }
div.DivClassName
{
background-color: #EF22BD;
}
.BgClassName
{
background-color: #EF22BD;
}
</style>
border-color css
<style>
span { border-color: #EF22BD; }
span { border-color: rgb(239,34,189); }
td.TdClassName
{
border-color: #EF22BD;
}
.TagClassName
{
border-color: #EF22BD;
}
</style>