Shades of Shocking #EB9BCD
Tints of Shocking #EB9BCD
RGB
CMYK
RGB Variations
Color information
#EB9BCD (or 0xEB9BCD) is known color: Shocking. HEX triplet: EB, 9B and CD. RGB value is (235,155,205). Sum of RGB (Red+Green+Blue) = 235+155+205=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9BCD is #146432. Grayscale: #B8B8B8. Windows color (decimal): -1336371 or 13474795. OLE color: 13474795.
HSL color Cylindrical-coordinate representation of color #EB9BCD: hue angle of 322.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9BCD is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 155 | 205 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.08 |
| HSL | 322.5º | 0.67% | 0.76% | - |
| HSV(B) | 322.5º | 0.34% | 0.92% | - |
| XYZ | 57 | 45.51 | 63.54 | - |
| YUV | 184.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 155 | 205 | 0 | 0.34 | 0.13 | 0.08 | 322.5 | 0.67 | 0.76 |
| Hex | EB | 9B | CD | 0 | 22 | D | 8 | 142 | 43 | 4C |
| Octal | 353 | 233 | 315 | 0 | 42 | 15 | 10 | 502 | 103 | 114 |
| Binary | 11101011 | 10011011 | 11001101 | 0 | 100010 | 1101 | 1000 | 101000010 | 1000011 | 1001100 |
Color Harmonies of #EB9BCD
Complementary color
Monochromatic Colors of #EB9BCD
Black with #EB9BCD
Text Example
Text Example
White with #EB9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9BCD; }
p { color: rgb(235,155,205); }
H1.HeaderClassName
{
color: #EB9BCD;
}
.AnyTagClassName
{
color: #EB9BCD;
}
</style>
background-color css
<style>
a { background-color: #EB9BCD; }
a { background-color: rgb(235,155,205); }
div.DivClassName
{
background-color: #EB9BCD;
}
.BgClassName
{
background-color: #EB9BCD;
}
</style>
border-color css
<style>
span { border-color: #EB9BCD; }
span { border-color: rgb(235,155,205); }
td.TdClassName
{
border-color: #EB9BCD;
}
.TagClassName
{
border-color: #EB9BCD;
}
</style>