Shades of Shocking Pink #EF00B6
Tints of Shocking Pink #EF00B6
RGB
CMYK
RGB Variations
Color information
#EF00B6 (or 0xEF00B6) is known color: Shocking Pink. HEX triplet: EF, 00 and B6. RGB value is (239,0,182). Sum of RGB (Red+Green+Blue) = 239+0+182=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00B6 is #10FF49. Grayscale: #5B5B5B. Windows color (decimal): -1113930 or 11927791. OLE color: 11927791.
HSL color Cylindrical-coordinate representation of color #EF00B6: hue angle of 314.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00B6 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 182 | - |
| CMYK | 0 | 1 | 0.24 | 0.06 |
| HSL | 314.31º | 1% | 0.47% | - |
| HSV(B) | 314.31º | 1% | 0.94% | - |
| XYZ | 44.04 | 21.73 | 46.13 | - |
| YUV | 92.21 | 178.68 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 182 | 0 | 1 | 0.24 | 0.06 | 314.31 | 1 | 0.47 |
| Hex | EF | 0 | B6 | 0 | 64 | 18 | 6 | 13A | 64 | 2F |
| Octal | 357 | 0 | 266 | 0 | 144 | 30 | 6 | 472 | 144 | 57 |
| Binary | 11101111 | 0 | 10110110 | 0 | 1100100 | 11000 | 110 | 100111010 | 1100100 | 101111 |
Color Harmonies of #EF00B6
Complementary color
Monochromatic Colors of #EF00B6
Black with #EF00B6
Text Example
Text Example
White with #EF00B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00B6; }
p { color: rgb(239,0,182); }
H1.HeaderClassName
{
color: #EF00B6;
}
.AnyTagClassName
{
color: #EF00B6;
}
</style>
background-color css
<style>
a { background-color: #EF00B6; }
a { background-color: rgb(239,0,182); }
div.DivClassName
{
background-color: #EF00B6;
}
.BgClassName
{
background-color: #EF00B6;
}
</style>
border-color css
<style>
span { border-color: #EF00B6; }
span { border-color: rgb(239,0,182); }
td.TdClassName
{
border-color: #EF00B6;
}
.TagClassName
{
border-color: #EF00B6;
}
</style>