Shades of Shocking #EF9FC5
Tints of Shocking #EF9FC5
RGB
CMYK
RGB Variations
Color information
#EF9FC5 (or 0xEF9FC5) is known color: Shocking. HEX triplet: EF, 9F and C5. RGB value is (239,159,197). Sum of RGB (Red+Green+Blue) = 239+159+197=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FC5 is #10603A. Grayscale: #BBBBBB. Windows color (decimal): -1073211 or 12951535. OLE color: 12951535.
HSL color Cylindrical-coordinate representation of color #EF9FC5: hue angle of 331.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 #EF9FC5 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 197 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.06 |
| HSL | 331.5º | 0.71% | 0.78% | - |
| HSV(B) | 331.5º | 0.33% | 0.94% | - |
| XYZ | 58.07 | 47.18 | 58.87 | - |
| YUV | 187.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 197 | 0 | 0.33 | 0.18 | 0.06 | 331.5 | 0.71 | 0.78 |
| Hex | EF | 9F | C5 | 0 | 21 | 12 | 6 | 14C | 47 | 4E |
| Octal | 357 | 237 | 305 | 0 | 41 | 22 | 6 | 514 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11000101 | 0 | 100001 | 10010 | 110 | 101001100 | 1000111 | 1001110 |
Color Harmonies of #EF9FC5
Complementary color
Monochromatic Colors of #EF9FC5
Black with #EF9FC5
Text Example
Text Example
White with #EF9FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FC5; }
p { color: rgb(239,159,197); }
H1.HeaderClassName
{
color: #EF9FC5;
}
.AnyTagClassName
{
color: #EF9FC5;
}
</style>
background-color css
<style>
a { background-color: #EF9FC5; }
a { background-color: rgb(239,159,197); }
div.DivClassName
{
background-color: #EF9FC5;
}
.BgClassName
{
background-color: #EF9FC5;
}
</style>
border-color css
<style>
span { border-color: #EF9FC5; }
span { border-color: rgb(239,159,197); }
td.TdClassName
{
border-color: #EF9FC5;
}
.TagClassName
{
border-color: #EF9FC5;
}
</style>