Shades of Shocking #EF9FCD
Tints of Shocking #EF9FCD
RGB
CMYK
RGB Variations
Color information
#EF9FCD (or 0xEF9FCD) is known color: Shocking. HEX triplet: EF, 9F and CD. RGB value is (239,159,205). Sum of RGB (Red+Green+Blue) = 239+159+205=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FCD is #106032. Grayscale: #BCBCBC. Windows color (decimal): -1073203 or 13475823. OLE color: 13475823.
HSL color Cylindrical-coordinate representation of color #EF9FCD: hue angle of 325.5º 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 #EF9FCD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 205 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.06 |
| HSL | 325.5º | 0.71% | 0.78% | - |
| HSV(B) | 325.5º | 0.33% | 0.94% | - |
| XYZ | 59.01 | 47.55 | 63.83 | - |
| YUV | 188.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 205 | 0 | 0.33 | 0.14 | 0.06 | 325.5 | 0.71 | 0.78 |
| Hex | EF | 9F | CD | 0 | 21 | E | 6 | 146 | 47 | 4E |
| Octal | 357 | 237 | 315 | 0 | 41 | 16 | 6 | 506 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11001101 | 0 | 100001 | 1110 | 110 | 101000110 | 1000111 | 1001110 |
Color Harmonies of #EF9FCD
Complementary color
Monochromatic Colors of #EF9FCD
Black with #EF9FCD
Text Example
Text Example
White with #EF9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FCD; }
p { color: rgb(239,159,205); }
H1.HeaderClassName
{
color: #EF9FCD;
}
.AnyTagClassName
{
color: #EF9FCD;
}
</style>
background-color css
<style>
a { background-color: #EF9FCD; }
a { background-color: rgb(239,159,205); }
div.DivClassName
{
background-color: #EF9FCD;
}
.BgClassName
{
background-color: #EF9FCD;
}
</style>
border-color css
<style>
span { border-color: #EF9FCD; }
span { border-color: rgb(239,159,205); }
td.TdClassName
{
border-color: #EF9FCD;
}
.TagClassName
{
border-color: #EF9FCD;
}
</style>