Shades of Shocking #EBA7CA
Tints of Shocking #EBA7CA
RGB
CMYK
RGB Variations
Color information
#EBA7CA (or 0xEBA7CA) is known color: Shocking. HEX triplet: EB, A7 and CA. RGB value is (235,167,202). Sum of RGB (Red+Green+Blue) = 235+167+202=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7CA is #145835. Grayscale: #BFBFBF. Windows color (decimal): -1333302 or 13281259. OLE color: 13281259.
HSL color Cylindrical-coordinate representation of color #EBA7CA: hue angle of 329.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7CA is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 202 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.08 |
| HSL | 329.12º | 0.63% | 0.79% | - |
| HSV(B) | 329.12º | 0.29% | 0.92% | - |
| XYZ | 58.74 | 49.56 | 62.35 | - |
| YUV | 191.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 202 | 0 | 0.29 | 0.14 | 0.08 | 329.12 | 0.63 | 0.79 |
| Hex | EB | A7 | CA | 0 | 1D | E | 8 | 149 | 3F | 4F |
| Octal | 353 | 247 | 312 | 0 | 35 | 16 | 10 | 511 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11001010 | 0 | 11101 | 1110 | 1000 | 101001001 | 111111 | 1001111 |
Color Harmonies of #EBA7CA
Complementary color
Monochromatic Colors of #EBA7CA
Black with #EBA7CA
Text Example
Text Example
White with #EBA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7CA; }
p { color: rgb(235,167,202); }
H1.HeaderClassName
{
color: #EBA7CA;
}
.AnyTagClassName
{
color: #EBA7CA;
}
</style>
background-color css
<style>
a { background-color: #EBA7CA; }
a { background-color: rgb(235,167,202); }
div.DivClassName
{
background-color: #EBA7CA;
}
.BgClassName
{
background-color: #EBA7CA;
}
</style>
border-color css
<style>
span { border-color: #EBA7CA; }
span { border-color: rgb(235,167,202); }
td.TdClassName
{
border-color: #EBA7CA;
}
.TagClassName
{
border-color: #EBA7CA;
}
</style>