Shades of Shocking #EF9FCF
Tints of Shocking #EF9FCF
RGB
CMYK
RGB Variations
Color information
#EF9FCF (or 0xEF9FCF) is known color: Shocking. HEX triplet: EF, 9F and CF. RGB value is (239,159,207). Sum of RGB (Red+Green+Blue) = 239+159+207=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FCF is #106030. Grayscale: #BCBCBC. Windows color (decimal): -1073201 or 13606895. OLE color: 13606895.
HSL color Cylindrical-coordinate representation of color #EF9FCF: hue angle of 324º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FCF is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 207 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.06 |
| HSL | 324º | 0.71% | 0.78% | - |
| HSV(B) | 324º | 0.33% | 0.94% | - |
| XYZ | 59.26 | 47.65 | 65.11 | - |
| YUV | 188.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 207 | 0 | 0.33 | 0.13 | 0.06 | 324 | 0.71 | 0.78 |
| Hex | EF | 9F | CF | 0 | 21 | D | 6 | 144 | 47 | 4E |
| Octal | 357 | 237 | 317 | 0 | 41 | 15 | 6 | 504 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11001111 | 0 | 100001 | 1101 | 110 | 101000100 | 1000111 | 1001110 |
Color Harmonies of #EF9FCF
Complementary color
Monochromatic Colors of #EF9FCF
Black with #EF9FCF
Text Example
Text Example
White with #EF9FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FCF; }
p { color: rgb(239,159,207); }
H1.HeaderClassName
{
color: #EF9FCF;
}
.AnyTagClassName
{
color: #EF9FCF;
}
</style>
background-color css
<style>
a { background-color: #EF9FCF; }
a { background-color: rgb(239,159,207); }
div.DivClassName
{
background-color: #EF9FCF;
}
.BgClassName
{
background-color: #EF9FCF;
}
</style>
border-color css
<style>
span { border-color: #EF9FCF; }
span { border-color: rgb(239,159,207); }
td.TdClassName
{
border-color: #EF9FCF;
}
.TagClassName
{
border-color: #EF9FCF;
}
</style>