Shades of Shocking #EF9ACC
Tints of Shocking #EF9ACC
RGB
CMYK
RGB Variations
Color information
#EF9ACC (or 0xEF9ACC) is known color: Shocking. HEX triplet: EF, 9A and CC. RGB value is (239,154,204). Sum of RGB (Red+Green+Blue) = 239+154+204=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ACC is #106533. Grayscale: #B9B9B9. Windows color (decimal): -1074484 or 13409007. OLE color: 13409007.
HSL color Cylindrical-coordinate representation of color #EF9ACC: hue angle of 324.71º 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 #EF9ACC is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 204 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.06 |
| HSL | 324.71º | 0.73% | 0.77% | - |
| HSV(B) | 324.71º | 0.36% | 0.94% | - |
| XYZ | 58.05 | 45.82 | 62.91 | - |
| YUV | 185.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 204 | 0 | 0.36 | 0.15 | 0.06 | 324.71 | 0.73 | 0.77 |
| Hex | EF | 9A | CC | 0 | 24 | F | 6 | 145 | 49 | 4D |
| Octal | 357 | 232 | 314 | 0 | 44 | 17 | 6 | 505 | 111 | 115 |
| Binary | 11101111 | 10011010 | 11001100 | 0 | 100100 | 1111 | 110 | 101000101 | 1001001 | 1001101 |
Color Harmonies of #EF9ACC
Complementary color
Monochromatic Colors of #EF9ACC
Black with #EF9ACC
Text Example
Text Example
White with #EF9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9ACC; }
p { color: rgb(239,154,204); }
H1.HeaderClassName
{
color: #EF9ACC;
}
.AnyTagClassName
{
color: #EF9ACC;
}
</style>
background-color css
<style>
a { background-color: #EF9ACC; }
a { background-color: rgb(239,154,204); }
div.DivClassName
{
background-color: #EF9ACC;
}
.BgClassName
{
background-color: #EF9ACC;
}
</style>
border-color css
<style>
span { border-color: #EF9ACC; }
span { border-color: rgb(239,154,204); }
td.TdClassName
{
border-color: #EF9ACC;
}
.TagClassName
{
border-color: #EF9ACC;
}
</style>