Shades of Shocking #EB9DB8
Tints of Shocking #EB9DB8
RGB
CMYK
RGB Variations
Color information
#EB9DB8 (or 0xEB9DB8) is known color: Shocking. HEX triplet: EB, 9D and B8. RGB value is (235,157,184). Sum of RGB (Red+Green+Blue) = 235+157+184=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DB8 is #146247. Grayscale: #B7B7B7. Windows color (decimal): -1335880 or 12099051. OLE color: 12099051.
HSL color Cylindrical-coordinate representation of color #EB9DB8: hue angle of 339.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9DB8 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 157 | 184 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.08 |
| HSL | 339.23º | 0.66% | 0.77% | - |
| HSV(B) | 339.23º | 0.33% | 0.92% | - |
| XYZ | 54.97 | 45.24 | 51.18 | - |
| YUV | 183.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 157 | 184 | 0 | 0.33 | 0.22 | 0.08 | 339.23 | 0.66 | 0.77 |
| Hex | EB | 9D | B8 | 0 | 21 | 16 | 8 | 153 | 42 | 4D |
| Octal | 353 | 235 | 270 | 0 | 41 | 26 | 10 | 523 | 102 | 115 |
| Binary | 11101011 | 10011101 | 10111000 | 0 | 100001 | 10110 | 1000 | 101010011 | 1000010 | 1001101 |
Color Harmonies of #EB9DB8
Complementary color
Monochromatic Colors of #EB9DB8
Black with #EB9DB8
Text Example
Text Example
White with #EB9DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9DB8; }
p { color: rgb(235,157,184); }
H1.HeaderClassName
{
color: #EB9DB8;
}
.AnyTagClassName
{
color: #EB9DB8;
}
</style>
background-color css
<style>
a { background-color: #EB9DB8; }
a { background-color: rgb(235,157,184); }
div.DivClassName
{
background-color: #EB9DB8;
}
.BgClassName
{
background-color: #EB9DB8;
}
</style>
border-color css
<style>
span { border-color: #EB9DB8; }
span { border-color: rgb(235,157,184); }
td.TdClassName
{
border-color: #EB9DB8;
}
.TagClassName
{
border-color: #EB9DB8;
}
</style>