Shades of Shocking #EF8DB8
Tints of Shocking #EF8DB8
RGB
CMYK
RGB Variations
Color information
#EF8DB8 (or 0xEF8DB8) is known color: Shocking. HEX triplet: EF, 8D and B8. RGB value is (239,141,184). Sum of RGB (Red+Green+Blue) = 239+141+184=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DB8 is #107247. Grayscale: #AFAFAF. Windows color (decimal): -1077832 or 12094959. OLE color: 12094959.
HSL color Cylindrical-coordinate representation of color #EF8DB8: hue angle of 333.67º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DB8 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 184 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.06 |
| HSL | 333.67º | 0.75% | 0.75% | - |
| HSV(B) | 333.67º | 0.41% | 0.94% | - |
| XYZ | 53.77 | 40.86 | 50.4 | - |
| YUV | 175.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 184 | 0 | 0.41 | 0.23 | 0.06 | 333.67 | 0.75 | 0.75 |
| Hex | EF | 8D | B8 | 0 | 29 | 17 | 6 | 14E | 4B | 4B |
| Octal | 357 | 215 | 270 | 0 | 51 | 27 | 6 | 516 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10111000 | 0 | 101001 | 10111 | 110 | 101001110 | 1001011 | 1001011 |
Color Harmonies of #EF8DB8
Complementary color
Monochromatic Colors of #EF8DB8
Black with #EF8DB8
Text Example
Text Example
White with #EF8DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DB8; }
p { color: rgb(239,141,184); }
H1.HeaderClassName
{
color: #EF8DB8;
}
.AnyTagClassName
{
color: #EF8DB8;
}
</style>
background-color css
<style>
a { background-color: #EF8DB8; }
a { background-color: rgb(239,141,184); }
div.DivClassName
{
background-color: #EF8DB8;
}
.BgClassName
{
background-color: #EF8DB8;
}
</style>
border-color css
<style>
span { border-color: #EF8DB8; }
span { border-color: rgb(239,141,184); }
td.TdClassName
{
border-color: #EF8DB8;
}
.TagClassName
{
border-color: #EF8DB8;
}
</style>