Shades of Shocking #EF9BCD
Tints of Shocking #EF9BCD
RGB
CMYK
RGB Variations
Color information
#EF9BCD (or 0xEF9BCD) is known color: Shocking. HEX triplet: EF, 9B and CD. RGB value is (239,155,205). Sum of RGB (Red+Green+Blue) = 239+155+205=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BCD is #106432. Grayscale: #B9B9B9. Windows color (decimal): -1074227 or 13474799. OLE color: 13474799.
HSL color Cylindrical-coordinate representation of color #EF9BCD: hue angle of 324.29º 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 #EF9BCD is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 205 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.06 |
| HSL | 324.29º | 0.72% | 0.77% | - |
| HSV(B) | 324.29º | 0.35% | 0.94% | - |
| XYZ | 58.34 | 46.2 | 63.6 | - |
| YUV | 185.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 205 | 0 | 0.35 | 0.14 | 0.06 | 324.29 | 0.72 | 0.77 |
| Hex | EF | 9B | CD | 0 | 23 | E | 6 | 144 | 48 | 4D |
| Octal | 357 | 233 | 315 | 0 | 43 | 16 | 6 | 504 | 110 | 115 |
| Binary | 11101111 | 10011011 | 11001101 | 0 | 100011 | 1110 | 110 | 101000100 | 1001000 | 1001101 |
Color Harmonies of #EF9BCD
Complementary color
Monochromatic Colors of #EF9BCD
Black with #EF9BCD
Text Example
Text Example
White with #EF9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BCD; }
p { color: rgb(239,155,205); }
H1.HeaderClassName
{
color: #EF9BCD;
}
.AnyTagClassName
{
color: #EF9BCD;
}
</style>
background-color css
<style>
a { background-color: #EF9BCD; }
a { background-color: rgb(239,155,205); }
div.DivClassName
{
background-color: #EF9BCD;
}
.BgClassName
{
background-color: #EF9BCD;
}
</style>
border-color css
<style>
span { border-color: #EF9BCD; }
span { border-color: rgb(239,155,205); }
td.TdClassName
{
border-color: #EF9BCD;
}
.TagClassName
{
border-color: #EF9BCD;
}
</style>