Shades of Shocking #EB8EC5
Tints of Shocking #EB8EC5
RGB
CMYK
RGB Variations
Color information
#EB8EC5 (or 0xEB8EC5) is known color: Shocking. HEX triplet: EB, 8E and C5. RGB value is (235,142,197). Sum of RGB (Red+Green+Blue) = 235+142+197=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EC5 is #14713A. Grayscale: #AFAFAF. Windows color (decimal): -1339707 or 12947179. OLE color: 12947179.
HSL color Cylindrical-coordinate representation of color #EB8EC5: hue angle of 324.52º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8EC5 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 142 | 197 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.08 |
| HSL | 324.52º | 0.7% | 0.74% | - |
| HSV(B) | 324.52º | 0.4% | 0.92% | - |
| XYZ | 54.01 | 41.04 | 57.9 | - |
| YUV | 176.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 142 | 197 | 0 | 0.40 | 0.16 | 0.08 | 324.52 | 0.7 | 0.74 |
| Hex | EB | 8E | C5 | 0 | 28 | 10 | 8 | 145 | 46 | 4A |
| Octal | 353 | 216 | 305 | 0 | 50 | 20 | 10 | 505 | 106 | 112 |
| Binary | 11101011 | 10001110 | 11000101 | 0 | 101000 | 10000 | 1000 | 101000101 | 1000110 | 1001010 |
Color Harmonies of #EB8EC5
Complementary color
Monochromatic Colors of #EB8EC5
Black with #EB8EC5
Text Example
Text Example
White with #EB8EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8EC5; }
p { color: rgb(235,142,197); }
H1.HeaderClassName
{
color: #EB8EC5;
}
.AnyTagClassName
{
color: #EB8EC5;
}
</style>
background-color css
<style>
a { background-color: #EB8EC5; }
a { background-color: rgb(235,142,197); }
div.DivClassName
{
background-color: #EB8EC5;
}
.BgClassName
{
background-color: #EB8EC5;
}
</style>
border-color css
<style>
span { border-color: #EB8EC5; }
span { border-color: rgb(235,142,197); }
td.TdClassName
{
border-color: #EB8EC5;
}
.TagClassName
{
border-color: #EB8EC5;
}
</style>