Shades of Shocking #EBA9C7
Tints of Shocking #EBA9C7
RGB
CMYK
RGB Variations
Color information
#EBA9C7 (or 0xEBA9C7) is known color: Shocking. HEX triplet: EB, A9 and C7. RGB value is (235,169,199). Sum of RGB (Red+Green+Blue) = 235+169+199=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9C7 is #145638. Grayscale: #C0C0C0. Windows color (decimal): -1332793 or 13085163. OLE color: 13085163.
HSL color Cylindrical-coordinate representation of color #EBA9C7: hue angle of 332.73º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9C7 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 199 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.08 |
| HSL | 332.73º | 0.62% | 0.79% | - |
| HSV(B) | 332.73º | 0.28% | 0.92% | - |
| XYZ | 58.76 | 50.16 | 60.62 | - |
| YUV | 192.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 199 | 0 | 0.28 | 0.15 | 0.08 | 332.73 | 0.62 | 0.79 |
| Hex | EB | A9 | C7 | 0 | 1C | F | 8 | 14D | 3E | 4F |
| Octal | 353 | 251 | 307 | 0 | 34 | 17 | 10 | 515 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11000111 | 0 | 11100 | 1111 | 1000 | 101001101 | 111110 | 1001111 |
Color Harmonies of #EBA9C7
Complementary color
Monochromatic Colors of #EBA9C7
Black with #EBA9C7
Text Example
Text Example
White with #EBA9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9C7; }
p { color: rgb(235,169,199); }
H1.HeaderClassName
{
color: #EBA9C7;
}
.AnyTagClassName
{
color: #EBA9C7;
}
</style>
background-color css
<style>
a { background-color: #EBA9C7; }
a { background-color: rgb(235,169,199); }
div.DivClassName
{
background-color: #EBA9C7;
}
.BgClassName
{
background-color: #EBA9C7;
}
</style>
border-color css
<style>
span { border-color: #EBA9C7; }
span { border-color: rgb(235,169,199); }
td.TdClassName
{
border-color: #EBA9C7;
}
.TagClassName
{
border-color: #EBA9C7;
}
</style>