Shades of Shocking #EF9ABC
Tints of Shocking #EF9ABC
RGB
CMYK
RGB Variations
Color information
#EF9ABC (or 0xEF9ABC) is known color: Shocking. HEX triplet: EF, 9A and BC. RGB value is (239,154,188). Sum of RGB (Red+Green+Blue) = 239+154+188=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ABC is #106543. Grayscale: #B7B7B7. Windows color (decimal): -1074500 or 12360431. OLE color: 12360431.
HSL color Cylindrical-coordinate representation of color #EF9ABC: hue angle of 336º 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 #EF9ABC is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 188 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.06 |
| HSL | 336º | 0.73% | 0.77% | - |
| HSV(B) | 336º | 0.36% | 0.94% | - |
| XYZ | 56.23 | 45.09 | 53.32 | - |
| YUV | 183.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 188 | 0 | 0.36 | 0.21 | 0.06 | 336 | 0.73 | 0.77 |
| Hex | EF | 9A | BC | 0 | 24 | 15 | 6 | 150 | 49 | 4D |
| Octal | 357 | 232 | 274 | 0 | 44 | 25 | 6 | 520 | 111 | 115 |
| Binary | 11101111 | 10011010 | 10111100 | 0 | 100100 | 10101 | 110 | 101010000 | 1001001 | 1001101 |
Color Harmonies of #EF9ABC
Complementary color
Monochromatic Colors of #EF9ABC
Black with #EF9ABC
Text Example
Text Example
White with #EF9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9ABC; }
p { color: rgb(239,154,188); }
H1.HeaderClassName
{
color: #EF9ABC;
}
.AnyTagClassName
{
color: #EF9ABC;
}
</style>
background-color css
<style>
a { background-color: #EF9ABC; }
a { background-color: rgb(239,154,188); }
div.DivClassName
{
background-color: #EF9ABC;
}
.BgClassName
{
background-color: #EF9ABC;
}
</style>
border-color css
<style>
span { border-color: #EF9ABC; }
span { border-color: rgb(239,154,188); }
td.TdClassName
{
border-color: #EF9ABC;
}
.TagClassName
{
border-color: #EF9ABC;
}
</style>