Shades of Shocking Pink #EF10CE
Tints of Shocking Pink #EF10CE
RGB
CMYK
RGB Variations
Color information
#EF10CE (or 0xEF10CE) is known color: Shocking Pink. HEX triplet: EF, 10 and CE. RGB value is (239,16,206). Sum of RGB (Red+Green+Blue) = 239+16+206=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10CE is #10EF31. Grayscale: #676767. Windows color (decimal): -1109810 or 13504751. OLE color: 13504751.
HSL color Cylindrical-coordinate representation of color #EF10CE: hue angle of 308.88º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF10CE is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 206 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.06 |
| HSL | 308.88º | 0.87% | 0.5% | - |
| HSV(B) | 308.88º | 0.93% | 0.94% | - |
| XYZ | 46.92 | 23.18 | 60.39 | - |
| YUV | 104.34 | 185.38 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 206 | 0 | 0.93 | 0.14 | 0.06 | 308.88 | 0.87 | 0.5 |
| Hex | EF | 10 | CE | 0 | 5D | E | 6 | 135 | 57 | 32 |
| Octal | 357 | 20 | 316 | 0 | 135 | 16 | 6 | 465 | 127 | 62 |
| Binary | 11101111 | 10000 | 11001110 | 0 | 1011101 | 1110 | 110 | 100110101 | 1010111 | 110010 |
Color Harmonies of #EF10CE
Complementary color
Monochromatic Colors of #EF10CE
Black with #EF10CE
Text Example
Text Example
White with #EF10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF10CE; }
p { color: rgb(239,16,206); }
H1.HeaderClassName
{
color: #EF10CE;
}
.AnyTagClassName
{
color: #EF10CE;
}
</style>
background-color css
<style>
a { background-color: #EF10CE; }
a { background-color: rgb(239,16,206); }
div.DivClassName
{
background-color: #EF10CE;
}
.BgClassName
{
background-color: #EF10CE;
}
</style>
border-color css
<style>
span { border-color: #EF10CE; }
span { border-color: rgb(239,16,206); }
td.TdClassName
{
border-color: #EF10CE;
}
.TagClassName
{
border-color: #EF10CE;
}
</style>