Shades of Shocking Pink #FF0ECC
Tints of Shocking Pink #FF0ECC
RGB
CMYK
RGB Variations
Color information
#FF0ECC (or 0xFF0ECC) is known color: Shocking Pink. HEX triplet: FF, 0E and CC. RGB value is (255,14,204). Sum of RGB (Red+Green+Blue) = 255+14+204=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ECC is #00F133. Grayscale: #6B6B6B. Windows color (decimal): -61748 or 13373183. OLE color: 13373183.
HSL color Cylindrical-coordinate representation of color #FF0ECC: hue angle of 312.7º 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 #FF0ECC is Cyan = 0, Magento = 0.95, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 204 | - |
| CMYK | 0 | 0.95 | 0.2 | 0 |
| HSL | 312.7º | 1% | 0.53% | - |
| HSV(B) | 312.7º | 0.95% | 1% | - |
| XYZ | 52.3 | 25.93 | 59.38 | - |
| YUV | 107.72 | 182.34 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 204 | 0 | 0.95 | 0.2 | 0 | 312.7 | 1 | 0.53 |
| Hex | FF | E | CC | 0 | 5F | 14 | 0 | 139 | 64 | 35 |
| Octal | 377 | 16 | 314 | 0 | 137 | 24 | 0 | 471 | 144 | 65 |
| Binary | 11111111 | 1110 | 11001100 | 0 | 1011111 | 10100 | 0 | 100111001 | 1100100 | 110101 |
Color Harmonies of #FF0ECC
Complementary color
Monochromatic Colors of #FF0ECC
Black with #FF0ECC
Text Example
Text Example
White with #FF0ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ECC; }
p { color: rgb(255,14,204); }
H1.HeaderClassName
{
color: #FF0ECC;
}
.AnyTagClassName
{
color: #FF0ECC;
}
</style>
background-color css
<style>
a { background-color: #FF0ECC; }
a { background-color: rgb(255,14,204); }
div.DivClassName
{
background-color: #FF0ECC;
}
.BgClassName
{
background-color: #FF0ECC;
}
</style>
border-color css
<style>
span { border-color: #FF0ECC; }
span { border-color: rgb(255,14,204); }
td.TdClassName
{
border-color: #FF0ECC;
}
.TagClassName
{
border-color: #FF0ECC;
}
</style>