Shades of Shocking Pink #EF0BBE
Tints of Shocking Pink #EF0BBE
RGB
CMYK
RGB Variations
Color information
#EF0BBE (or 0xEF0BBE) is known color: Shocking Pink. HEX triplet: EF, 0B and BE. RGB value is (239,11,190). Sum of RGB (Red+Green+Blue) = 239+11+190=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BBE is #10F441. Grayscale: #636363. Windows color (decimal): -1111106 or 12454895. OLE color: 12454895.
HSL color Cylindrical-coordinate representation of color #EF0BBE: hue angle of 312.89º 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 #EF0BBE is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.06 |
| HSL | 312.89º | 0.91% | 0.49% | - |
| HSV(B) | 312.89º | 0.95% | 0.94% | - |
| XYZ | 45.01 | 22.31 | 50.65 | - |
| YUV | 99.58 | 179.04 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 190 | 0 | 0.95 | 0.21 | 0.06 | 312.89 | 0.91 | 0.49 |
| Hex | EF | B | BE | 0 | 5F | 15 | 6 | 139 | 5B | 31 |
| Octal | 357 | 13 | 276 | 0 | 137 | 25 | 6 | 471 | 133 | 61 |
| Binary | 11101111 | 1011 | 10111110 | 0 | 1011111 | 10101 | 110 | 100111001 | 1011011 | 110001 |
Color Harmonies of #EF0BBE
Complementary color
Monochromatic Colors of #EF0BBE
Black with #EF0BBE
Text Example
Text Example
White with #EF0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BBE; }
p { color: rgb(239,11,190); }
H1.HeaderClassName
{
color: #EF0BBE;
}
.AnyTagClassName
{
color: #EF0BBE;
}
</style>
background-color css
<style>
a { background-color: #EF0BBE; }
a { background-color: rgb(239,11,190); }
div.DivClassName
{
background-color: #EF0BBE;
}
.BgClassName
{
background-color: #EF0BBE;
}
</style>
border-color css
<style>
span { border-color: #EF0BBE; }
span { border-color: rgb(239,11,190); }
td.TdClassName
{
border-color: #EF0BBE;
}
.TagClassName
{
border-color: #EF0BBE;
}
</style>