Shades of Shocking Pink #EF0ECE
Tints of Shocking Pink #EF0ECE
RGB
CMYK
RGB Variations
Color information
#EF0ECE (or 0xEF0ECE) is known color: Shocking Pink. HEX triplet: EF, 0E and CE. RGB value is (239,14,206). Sum of RGB (Red+Green+Blue) = 239+14+206=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ECE is #10F131. Grayscale: #666666. Windows color (decimal): -1110322 or 13504239. OLE color: 13504239.
HSL color Cylindrical-coordinate representation of color #EF0ECE: hue angle of 308.8º degrees, saturation: 0.89, 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 #EF0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.06 |
| HSL | 308.8º | 0.89% | 0.5% | - |
| HSV(B) | 308.8º | 0.94% | 0.94% | - |
| XYZ | 46.89 | 23.12 | 60.38 | - |
| YUV | 103.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 206 | 0 | 0.94 | 0.14 | 0.06 | 308.8 | 0.89 | 0.5 |
| Hex | EF | E | CE | 0 | 5E | E | 6 | 135 | 59 | 32 |
| Octal | 357 | 16 | 316 | 0 | 136 | 16 | 6 | 465 | 131 | 62 |
| Binary | 11101111 | 1110 | 11001110 | 0 | 1011110 | 1110 | 110 | 100110101 | 1011001 | 110010 |
Color Harmonies of #EF0ECE
Complementary color
Monochromatic Colors of #EF0ECE
Black with #EF0ECE
Text Example
Text Example
White with #EF0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ECE; }
p { color: rgb(239,14,206); }
H1.HeaderClassName
{
color: #EF0ECE;
}
.AnyTagClassName
{
color: #EF0ECE;
}
</style>
background-color css
<style>
a { background-color: #EF0ECE; }
a { background-color: rgb(239,14,206); }
div.DivClassName
{
background-color: #EF0ECE;
}
.BgClassName
{
background-color: #EF0ECE;
}
</style>
border-color css
<style>
span { border-color: #EF0ECE; }
span { border-color: rgb(239,14,206); }
td.TdClassName
{
border-color: #EF0ECE;
}
.TagClassName
{
border-color: #EF0ECE;
}
</style>