Shades of Shocking Pink #EF0FB6
Tints of Shocking Pink #EF0FB6
RGB
CMYK
RGB Variations
Color information
#EF0FB6 (or 0xEF0FB6) is known color: Shocking Pink. HEX triplet: EF, 0F and B6. RGB value is (239,15,182). Sum of RGB (Red+Green+Blue) = 239+15+182=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FB6 is #10F049. Grayscale: #646464. Windows color (decimal): -1110090 or 11931631. OLE color: 11931631.
HSL color Cylindrical-coordinate representation of color #EF0FB6: hue angle of 315.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FB6 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 182 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.06 |
| HSL | 315.27º | 0.88% | 0.5% | - |
| HSV(B) | 315.27º | 0.94% | 0.94% | - |
| XYZ | 44.21 | 22.07 | 46.19 | - |
| YUV | 101.01 | 173.71 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 182 | 0 | 0.94 | 0.24 | 0.06 | 315.27 | 0.88 | 0.5 |
| Hex | EF | F | B6 | 0 | 5E | 18 | 6 | 13B | 58 | 32 |
| Octal | 357 | 17 | 266 | 0 | 136 | 30 | 6 | 473 | 130 | 62 |
| Binary | 11101111 | 1111 | 10110110 | 0 | 1011110 | 11000 | 110 | 100111011 | 1011000 | 110010 |
Color Harmonies of #EF0FB6
Complementary color
Monochromatic Colors of #EF0FB6
Black with #EF0FB6
Text Example
Text Example
White with #EF0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FB6; }
p { color: rgb(239,15,182); }
H1.HeaderClassName
{
color: #EF0FB6;
}
.AnyTagClassName
{
color: #EF0FB6;
}
</style>
background-color css
<style>
a { background-color: #EF0FB6; }
a { background-color: rgb(239,15,182); }
div.DivClassName
{
background-color: #EF0FB6;
}
.BgClassName
{
background-color: #EF0FB6;
}
</style>
border-color css
<style>
span { border-color: #EF0FB6; }
span { border-color: rgb(239,15,182); }
td.TdClassName
{
border-color: #EF0FB6;
}
.TagClassName
{
border-color: #EF0FB6;
}
</style>