Shades of Shocking Pink #EF0FCE
Tints of Shocking Pink #EF0FCE
RGB
CMYK
RGB Variations
Color information
#EF0FCE (or 0xEF0FCE) is known color: Shocking Pink. HEX triplet: EF, 0F and CE. RGB value is (239,15,206). Sum of RGB (Red+Green+Blue) = 239+15+206=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FCE is #10F031. Grayscale: #676767. Windows color (decimal): -1110066 or 13504495. OLE color: 13504495.
HSL color Cylindrical-coordinate representation of color #EF0FCE: hue angle of 308.84º 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 #EF0FCE is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 206 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.06 |
| HSL | 308.84º | 0.88% | 0.5% | - |
| HSV(B) | 308.84º | 0.94% | 0.94% | - |
| XYZ | 46.91 | 23.15 | 60.39 | - |
| YUV | 103.75 | 185.71 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 206 | 0 | 0.94 | 0.14 | 0.06 | 308.84 | 0.88 | 0.5 |
| Hex | EF | F | CE | 0 | 5E | E | 6 | 135 | 58 | 32 |
| Octal | 357 | 17 | 316 | 0 | 136 | 16 | 6 | 465 | 130 | 62 |
| Binary | 11101111 | 1111 | 11001110 | 0 | 1011110 | 1110 | 110 | 100110101 | 1011000 | 110010 |
Color Harmonies of #EF0FCE
Complementary color
Monochromatic Colors of #EF0FCE
Black with #EF0FCE
Text Example
Text Example
White with #EF0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FCE; }
p { color: rgb(239,15,206); }
H1.HeaderClassName
{
color: #EF0FCE;
}
.AnyTagClassName
{
color: #EF0FCE;
}
</style>
background-color css
<style>
a { background-color: #EF0FCE; }
a { background-color: rgb(239,15,206); }
div.DivClassName
{
background-color: #EF0FCE;
}
.BgClassName
{
background-color: #EF0FCE;
}
</style>
border-color css
<style>
span { border-color: #EF0FCE; }
span { border-color: rgb(239,15,206); }
td.TdClassName
{
border-color: #EF0FCE;
}
.TagClassName
{
border-color: #EF0FCE;
}
</style>