Shades of Shocking #EB9EBA
Tints of Shocking #EB9EBA
RGB
CMYK
RGB Variations
Color information
#EB9EBA (or 0xEB9EBA) is known color: Shocking. HEX triplet: EB, 9E and BA. RGB value is (235,158,186). Sum of RGB (Red+Green+Blue) = 235+158+186=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EBA is #146145. Grayscale: #B8B8B8. Windows color (decimal): -1335622 or 12230379. OLE color: 12230379.
HSL color Cylindrical-coordinate representation of color #EB9EBA: hue angle of 338.18º 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 #EB9EBA is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 158 | 186 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.08 |
| HSL | 338.18º | 0.66% | 0.77% | - |
| HSV(B) | 338.18º | 0.33% | 0.92% | - |
| XYZ | 55.35 | 45.66 | 52.35 | - |
| YUV | 184.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 158 | 186 | 0 | 0.33 | 0.21 | 0.08 | 338.18 | 0.66 | 0.77 |
| Hex | EB | 9E | BA | 0 | 21 | 15 | 8 | 152 | 42 | 4D |
| Octal | 353 | 236 | 272 | 0 | 41 | 25 | 10 | 522 | 102 | 115 |
| Binary | 11101011 | 10011110 | 10111010 | 0 | 100001 | 10101 | 1000 | 101010010 | 1000010 | 1001101 |
Color Harmonies of #EB9EBA
Complementary color
Monochromatic Colors of #EB9EBA
Black with #EB9EBA
Text Example
Text Example
White with #EB9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9EBA; }
p { color: rgb(235,158,186); }
H1.HeaderClassName
{
color: #EB9EBA;
}
.AnyTagClassName
{
color: #EB9EBA;
}
</style>
background-color css
<style>
a { background-color: #EB9EBA; }
a { background-color: rgb(235,158,186); }
div.DivClassName
{
background-color: #EB9EBA;
}
.BgClassName
{
background-color: #EB9EBA;
}
</style>
border-color css
<style>
span { border-color: #EB9EBA; }
span { border-color: rgb(235,158,186); }
td.TdClassName
{
border-color: #EB9EBA;
}
.TagClassName
{
border-color: #EB9EBA;
}
</style>