Shades of Shocking #EF9CBD
Tints of Shocking #EF9CBD
RGB
CMYK
RGB Variations
Color information
#EF9CBD (or 0xEF9CBD) is known color: Shocking. HEX triplet: EF, 9C and BD. RGB value is (239,156,189). Sum of RGB (Red+Green+Blue) = 239+156+189=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CBD is #106342. Grayscale: #B8B8B8. Windows color (decimal): -1073987 or 12426479. OLE color: 12426479.
HSL color Cylindrical-coordinate representation of color #EF9CBD: hue angle of 336.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 #EF9CBD is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 189 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.06 |
| HSL | 336.14º | 0.72% | 0.77% | - |
| HSV(B) | 336.14º | 0.35% | 0.94% | - |
| XYZ | 56.67 | 45.8 | 54 | - |
| YUV | 184.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 189 | 0 | 0.35 | 0.21 | 0.06 | 336.14 | 0.72 | 0.77 |
| Hex | EF | 9C | BD | 0 | 23 | 15 | 6 | 150 | 48 | 4D |
| Octal | 357 | 234 | 275 | 0 | 43 | 25 | 6 | 520 | 110 | 115 |
| Binary | 11101111 | 10011100 | 10111101 | 0 | 100011 | 10101 | 110 | 101010000 | 1001000 | 1001101 |
Color Harmonies of #EF9CBD
Complementary color
Monochromatic Colors of #EF9CBD
Black with #EF9CBD
Text Example
Text Example
White with #EF9CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CBD; }
p { color: rgb(239,156,189); }
H1.HeaderClassName
{
color: #EF9CBD;
}
.AnyTagClassName
{
color: #EF9CBD;
}
</style>
background-color css
<style>
a { background-color: #EF9CBD; }
a { background-color: rgb(239,156,189); }
div.DivClassName
{
background-color: #EF9CBD;
}
.BgClassName
{
background-color: #EF9CBD;
}
</style>
border-color css
<style>
span { border-color: #EF9CBD; }
span { border-color: rgb(239,156,189); }
td.TdClassName
{
border-color: #EF9CBD;
}
.TagClassName
{
border-color: #EF9CBD;
}
</style>