Shades of Shocking Pink #EF0BC8
Tints of Shocking Pink #EF0BC8
RGB
CMYK
RGB Variations
Color information
#EF0BC8 (or 0xEF0BC8) is known color: Shocking Pink. HEX triplet: EF, 0B and C8. RGB value is (239,11,200). Sum of RGB (Red+Green+Blue) = 239+11+200=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BC8 is #10F437. Grayscale: #646464. Windows color (decimal): -1111096 or 13110255. OLE color: 13110255.
HSL color Cylindrical-coordinate representation of color #EF0BC8: hue angle of 310.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BC8 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 200 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.06 |
| HSL | 310.26º | 0.91% | 0.49% | - |
| HSV(B) | 310.26º | 0.95% | 0.94% | - |
| XYZ | 46.14 | 22.76 | 56.6 | - |
| YUV | 100.72 | 184.04 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 200 | 0 | 0.95 | 0.16 | 0.06 | 310.26 | 0.91 | 0.49 |
| Hex | EF | B | C8 | 0 | 5F | 10 | 6 | 136 | 5B | 31 |
| Octal | 357 | 13 | 310 | 0 | 137 | 20 | 6 | 466 | 133 | 61 |
| Binary | 11101111 | 1011 | 11001000 | 0 | 1011111 | 10000 | 110 | 100110110 | 1011011 | 110001 |
Color Harmonies of #EF0BC8
Complementary color
Monochromatic Colors of #EF0BC8
Black with #EF0BC8
Text Example
Text Example
White with #EF0BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BC8; }
p { color: rgb(239,11,200); }
H1.HeaderClassName
{
color: #EF0BC8;
}
.AnyTagClassName
{
color: #EF0BC8;
}
</style>
background-color css
<style>
a { background-color: #EF0BC8; }
a { background-color: rgb(239,11,200); }
div.DivClassName
{
background-color: #EF0BC8;
}
.BgClassName
{
background-color: #EF0BC8;
}
</style>
border-color css
<style>
span { border-color: #EF0BC8; }
span { border-color: rgb(239,11,200); }
td.TdClassName
{
border-color: #EF0BC8;
}
.TagClassName
{
border-color: #EF0BC8;
}
</style>