Shades of Shocking #EB9CCB
Tints of Shocking #EB9CCB
RGB
CMYK
RGB Variations
Color information
#EB9CCB (or 0xEB9CCB) is known color: Shocking. HEX triplet: EB, 9C and CB. RGB value is (235,156,203). Sum of RGB (Red+Green+Blue) = 235+156+203=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CCB is #146334. Grayscale: #B8B8B8. Windows color (decimal): -1336117 or 13343979. OLE color: 13343979.
HSL color Cylindrical-coordinate representation of color #EB9CCB: hue angle of 324.3º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9CCB is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 203 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.08 |
| HSL | 324.3º | 0.66% | 0.77% | - |
| HSV(B) | 324.3º | 0.34% | 0.92% | - |
| XYZ | 56.93 | 45.75 | 62.33 | - |
| YUV | 184.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 203 | 0 | 0.34 | 0.14 | 0.08 | 324.3 | 0.66 | 0.77 |
| Hex | EB | 9C | CB | 0 | 22 | E | 8 | 144 | 42 | 4D |
| Octal | 353 | 234 | 313 | 0 | 42 | 16 | 10 | 504 | 102 | 115 |
| Binary | 11101011 | 10011100 | 11001011 | 0 | 100010 | 1110 | 1000 | 101000100 | 1000010 | 1001101 |
Color Harmonies of #EB9CCB
Complementary color
Monochromatic Colors of #EB9CCB
Black with #EB9CCB
Text Example
Text Example
White with #EB9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9CCB; }
p { color: rgb(235,156,203); }
H1.HeaderClassName
{
color: #EB9CCB;
}
.AnyTagClassName
{
color: #EB9CCB;
}
</style>
background-color css
<style>
a { background-color: #EB9CCB; }
a { background-color: rgb(235,156,203); }
div.DivClassName
{
background-color: #EB9CCB;
}
.BgClassName
{
background-color: #EB9CCB;
}
</style>
border-color css
<style>
span { border-color: #EB9CCB; }
span { border-color: rgb(235,156,203); }
td.TdClassName
{
border-color: #EB9CCB;
}
.TagClassName
{
border-color: #EB9CCB;
}
</style>