Shades of Shocking Pink #FF0EB8
Tints of Shocking Pink #FF0EB8
RGB
CMYK
RGB Variations
Color information
#FF0EB8 (or 0xFF0EB8) is known color: Shocking Pink. HEX triplet: FF, 0E and B8. RGB value is (255,14,184). Sum of RGB (Red+Green+Blue) = 255+14+184=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0EB8 is #00F147. Grayscale: #696969. Windows color (decimal): -61768 or 12062463. OLE color: 12062463.
HSL color Cylindrical-coordinate representation of color #FF0EB8: hue angle of 317.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 #FF0EB8 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 184 | - |
| CMYK | 0 | 0.95 | 0.28 | 0 |
| HSL | 317.68º | 1% | 0.53% | - |
| HSV(B) | 317.68º | 0.95% | 1% | - |
| XYZ | 50.05 | 25.03 | 47.54 | - |
| YUV | 105.44 | 172.34 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 184 | 0 | 0.95 | 0.28 | 0 | 317.68 | 1 | 0.53 |
| Hex | FF | E | B8 | 0 | 5F | 1C | 0 | 13E | 64 | 35 |
| Octal | 377 | 16 | 270 | 0 | 137 | 34 | 0 | 476 | 144 | 65 |
| Binary | 11111111 | 1110 | 10111000 | 0 | 1011111 | 11100 | 0 | 100111110 | 1100100 | 110101 |
Color Harmonies of #FF0EB8
Complementary color
Monochromatic Colors of #FF0EB8
Black with #FF0EB8
Text Example
Text Example
White with #FF0EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EB8; }
p { color: rgb(255,14,184); }
H1.HeaderClassName
{
color: #FF0EB8;
}
.AnyTagClassName
{
color: #FF0EB8;
}
</style>
background-color css
<style>
a { background-color: #FF0EB8; }
a { background-color: rgb(255,14,184); }
div.DivClassName
{
background-color: #FF0EB8;
}
.BgClassName
{
background-color: #FF0EB8;
}
</style>
border-color css
<style>
span { border-color: #FF0EB8; }
span { border-color: rgb(255,14,184); }
td.TdClassName
{
border-color: #FF0EB8;
}
.TagClassName
{
border-color: #FF0EB8;
}
</style>