Shades of Shocking #EF9BD0
Tints of Shocking #EF9BD0
RGB
CMYK
RGB Variations
Color information
#EF9BD0 (or 0xEF9BD0) is known color: Shocking. HEX triplet: EF, 9B and D0. RGB value is (239,155,208). Sum of RGB (Red+Green+Blue) = 239+155+208=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BD0 is #10642F. Grayscale: #BABABA. Windows color (decimal): -1074224 or 13671407. OLE color: 13671407.
HSL color Cylindrical-coordinate representation of color #EF9BD0: hue angle of 322.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BD0 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 208 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.06 |
| HSL | 322.14º | 0.72% | 0.77% | - |
| HSV(B) | 322.14º | 0.35% | 0.94% | - |
| XYZ | 58.7 | 46.35 | 65.53 | - |
| YUV | 186.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 208 | 0 | 0.35 | 0.13 | 0.06 | 322.14 | 0.72 | 0.77 |
| Hex | EF | 9B | D0 | 0 | 23 | D | 6 | 142 | 48 | 4D |
| Octal | 357 | 233 | 320 | 0 | 43 | 15 | 6 | 502 | 110 | 115 |
| Binary | 11101111 | 10011011 | 11010000 | 0 | 100011 | 1101 | 110 | 101000010 | 1001000 | 1001101 |
Color Harmonies of #EF9BD0
Complementary color
Monochromatic Colors of #EF9BD0
Black with #EF9BD0
Text Example
Text Example
White with #EF9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BD0; }
p { color: rgb(239,155,208); }
H1.HeaderClassName
{
color: #EF9BD0;
}
.AnyTagClassName
{
color: #EF9BD0;
}
</style>
background-color css
<style>
a { background-color: #EF9BD0; }
a { background-color: rgb(239,155,208); }
div.DivClassName
{
background-color: #EF9BD0;
}
.BgClassName
{
background-color: #EF9BD0;
}
</style>
border-color css
<style>
span { border-color: #EF9BD0; }
span { border-color: rgb(239,155,208); }
td.TdClassName
{
border-color: #EF9BD0;
}
.TagClassName
{
border-color: #EF9BD0;
}
</style>