Shades of Shocking Pink #FF0EBC
Tints of Shocking Pink #FF0EBC
RGB
CMYK
RGB Variations
Color information
#FF0EBC (or 0xFF0EBC) is known color: Shocking Pink. HEX triplet: FF, 0E and BC. RGB value is (255,14,188). Sum of RGB (Red+Green+Blue) = 255+14+188=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0EBC is #00F143. Grayscale: #696969. Windows color (decimal): -61764 or 12324607. OLE color: 12324607.
HSL color Cylindrical-coordinate representation of color #FF0EBC: hue angle of 316.68º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EBC is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 188 | - |
| CMYK | 0 | 0.95 | 0.26 | 0 |
| HSL | 316.68º | 1% | 0.53% | - |
| HSV(B) | 316.68º | 0.95% | 1% | - |
| XYZ | 50.47 | 25.2 | 49.78 | - |
| YUV | 105.9 | 174.34 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 188 | 0 | 0.95 | 0.26 | 0 | 316.68 | 1 | 0.53 |
| Hex | FF | E | BC | 0 | 5F | 1A | 0 | 13D | 64 | 35 |
| Octal | 377 | 16 | 274 | 0 | 137 | 32 | 0 | 475 | 144 | 65 |
| Binary | 11111111 | 1110 | 10111100 | 0 | 1011111 | 11010 | 0 | 100111101 | 1100100 | 110101 |
Color Harmonies of #FF0EBC
Complementary color
Monochromatic Colors of #FF0EBC
Black with #FF0EBC
Text Example
Text Example
White with #FF0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EBC; }
p { color: rgb(255,14,188); }
H1.HeaderClassName
{
color: #FF0EBC;
}
.AnyTagClassName
{
color: #FF0EBC;
}
</style>
background-color css
<style>
a { background-color: #FF0EBC; }
a { background-color: rgb(255,14,188); }
div.DivClassName
{
background-color: #FF0EBC;
}
.BgClassName
{
background-color: #FF0EBC;
}
</style>
border-color css
<style>
span { border-color: #FF0EBC; }
span { border-color: rgb(255,14,188); }
td.TdClassName
{
border-color: #FF0EBC;
}
.TagClassName
{
border-color: #FF0EBC;
}
</style>