Shades of Shocking Pink #EF0FB5
Tints of Shocking Pink #EF0FB5
RGB
CMYK
RGB Variations
Color information
#EF0FB5 (or 0xEF0FB5) is known color: Shocking Pink. HEX triplet: EF, 0F and B5. RGB value is (239,15,181). Sum of RGB (Red+Green+Blue) = 239+15+181=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FB5 is #10F04A. Grayscale: #646464. Windows color (decimal): -1110091 or 11866095. OLE color: 11866095.
HSL color Cylindrical-coordinate representation of color #EF0FB5: hue angle of 315.54º 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 #EF0FB5 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 181 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.06 |
| HSL | 315.54º | 0.88% | 0.5% | - |
| HSV(B) | 315.54º | 0.94% | 0.94% | - |
| XYZ | 44.11 | 22.03 | 45.64 | - |
| YUV | 100.9 | 173.21 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 181 | 0 | 0.94 | 0.24 | 0.06 | 315.54 | 0.88 | 0.5 |
| Hex | EF | F | B5 | 0 | 5E | 18 | 6 | 13C | 58 | 32 |
| Octal | 357 | 17 | 265 | 0 | 136 | 30 | 6 | 474 | 130 | 62 |
| Binary | 11101111 | 1111 | 10110101 | 0 | 1011110 | 11000 | 110 | 100111100 | 1011000 | 110010 |
Color Harmonies of #EF0FB5
Complementary color
Monochromatic Colors of #EF0FB5
Black with #EF0FB5
Text Example
Text Example
White with #EF0FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FB5; }
p { color: rgb(239,15,181); }
H1.HeaderClassName
{
color: #EF0FB5;
}
.AnyTagClassName
{
color: #EF0FB5;
}
</style>
background-color css
<style>
a { background-color: #EF0FB5; }
a { background-color: rgb(239,15,181); }
div.DivClassName
{
background-color: #EF0FB5;
}
.BgClassName
{
background-color: #EF0FB5;
}
</style>
border-color css
<style>
span { border-color: #EF0FB5; }
span { border-color: rgb(239,15,181); }
td.TdClassName
{
border-color: #EF0FB5;
}
.TagClassName
{
border-color: #EF0FB5;
}
</style>