Shades of Shocking #EF99CE
Tints of Shocking #EF99CE
RGB
CMYK
RGB Variations
Color information
#EF99CE (or 0xEF99CE) is known color: Shocking. HEX triplet: EF, 99 and CE. RGB value is (239,153,206). Sum of RGB (Red+Green+Blue) = 239+153+206=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99CE is #106631. Grayscale: #B8B8B8. Windows color (decimal): -1074738 or 13539823. OLE color: 13539823.
HSL color Cylindrical-coordinate representation of color #EF99CE: hue angle of 323.02º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99CE is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 206 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.06 |
| HSL | 323.02º | 0.73% | 0.77% | - |
| HSV(B) | 323.02º | 0.36% | 0.94% | - |
| XYZ | 58.13 | 45.59 | 64.13 | - |
| YUV | 184.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 206 | 0 | 0.36 | 0.14 | 0.06 | 323.02 | 0.73 | 0.77 |
| Hex | EF | 99 | CE | 0 | 24 | E | 6 | 143 | 49 | 4D |
| Octal | 357 | 231 | 316 | 0 | 44 | 16 | 6 | 503 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11001110 | 0 | 100100 | 1110 | 110 | 101000011 | 1001001 | 1001101 |
Color Harmonies of #EF99CE
Complementary color
Monochromatic Colors of #EF99CE
Black with #EF99CE
Text Example
Text Example
White with #EF99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99CE; }
p { color: rgb(239,153,206); }
H1.HeaderClassName
{
color: #EF99CE;
}
.AnyTagClassName
{
color: #EF99CE;
}
</style>
background-color css
<style>
a { background-color: #EF99CE; }
a { background-color: rgb(239,153,206); }
div.DivClassName
{
background-color: #EF99CE;
}
.BgClassName
{
background-color: #EF99CE;
}
</style>
border-color css
<style>
span { border-color: #EF99CE; }
span { border-color: rgb(239,153,206); }
td.TdClassName
{
border-color: #EF99CE;
}
.TagClassName
{
border-color: #EF99CE;
}
</style>