Shades of Shocking #EF9DBA
Tints of Shocking #EF9DBA
RGB
CMYK
RGB Variations
Color information
#EF9DBA (or 0xEF9DBA) is known color: Shocking. HEX triplet: EF, 9D and BA. RGB value is (239,157,186). Sum of RGB (Red+Green+Blue) = 239+157+186=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DBA is #106245. Grayscale: #B8B8B8. Windows color (decimal): -1073734 or 12230127. OLE color: 12230127.
HSL color Cylindrical-coordinate representation of color #EF9DBA: hue angle of 338.78º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DBA is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 186 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.06 |
| HSL | 338.78º | 0.72% | 0.78% | - |
| HSV(B) | 338.78º | 0.34% | 0.94% | - |
| XYZ | 56.52 | 46.01 | 52.36 | - |
| YUV | 184.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 186 | 0 | 0.34 | 0.22 | 0.06 | 338.78 | 0.72 | 0.78 |
| Hex | EF | 9D | BA | 0 | 22 | 16 | 6 | 153 | 48 | 4E |
| Octal | 357 | 235 | 272 | 0 | 42 | 26 | 6 | 523 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10111010 | 0 | 100010 | 10110 | 110 | 101010011 | 1001000 | 1001110 |
Color Harmonies of #EF9DBA
Complementary color
Monochromatic Colors of #EF9DBA
Black with #EF9DBA
Text Example
Text Example
White with #EF9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DBA; }
p { color: rgb(239,157,186); }
H1.HeaderClassName
{
color: #EF9DBA;
}
.AnyTagClassName
{
color: #EF9DBA;
}
</style>
background-color css
<style>
a { background-color: #EF9DBA; }
a { background-color: rgb(239,157,186); }
div.DivClassName
{
background-color: #EF9DBA;
}
.BgClassName
{
background-color: #EF9DBA;
}
</style>
border-color css
<style>
span { border-color: #EF9DBA; }
span { border-color: rgb(239,157,186); }
td.TdClassName
{
border-color: #EF9DBA;
}
.TagClassName
{
border-color: #EF9DBA;
}
</style>