Shades of Shocking #EF9ACD
Tints of Shocking #EF9ACD
RGB
CMYK
RGB Variations
Color information
#EF9ACD (or 0xEF9ACD) is known color: Shocking. HEX triplet: EF, 9A and CD. RGB value is (239,154,205). Sum of RGB (Red+Green+Blue) = 239+154+205=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ACD is #106532. Grayscale: #B9B9B9. Windows color (decimal): -1074483 or 13474543. OLE color: 13474543.
HSL color Cylindrical-coordinate representation of color #EF9ACD: hue angle of 324º 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 #EF9ACD is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 205 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.06 |
| HSL | 324º | 0.73% | 0.77% | - |
| HSV(B) | 324º | 0.36% | 0.94% | - |
| XYZ | 58.17 | 45.87 | 63.55 | - |
| YUV | 185.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 205 | 0 | 0.36 | 0.14 | 0.06 | 324 | 0.73 | 0.77 |
| Hex | EF | 9A | CD | 0 | 24 | E | 6 | 144 | 49 | 4D |
| Octal | 357 | 232 | 315 | 0 | 44 | 16 | 6 | 504 | 111 | 115 |
| Binary | 11101111 | 10011010 | 11001101 | 0 | 100100 | 1110 | 110 | 101000100 | 1001001 | 1001101 |
Color Harmonies of #EF9ACD
Complementary color
Monochromatic Colors of #EF9ACD
Black with #EF9ACD
Text Example
Text Example
White with #EF9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9ACD; }
p { color: rgb(239,154,205); }
H1.HeaderClassName
{
color: #EF9ACD;
}
.AnyTagClassName
{
color: #EF9ACD;
}
</style>
background-color css
<style>
a { background-color: #EF9ACD; }
a { background-color: rgb(239,154,205); }
div.DivClassName
{
background-color: #EF9ACD;
}
.BgClassName
{
background-color: #EF9ACD;
}
</style>
border-color css
<style>
span { border-color: #EF9ACD; }
span { border-color: rgb(239,154,205); }
td.TdClassName
{
border-color: #EF9ACD;
}
.TagClassName
{
border-color: #EF9ACD;
}
</style>