Shades of Shocking #EBA1C7
Tints of Shocking #EBA1C7
RGB
CMYK
RGB Variations
Color information
#EBA1C7 (or 0xEBA1C7) is known color: Shocking. HEX triplet: EB, A1 and C7. RGB value is (235,161,199). Sum of RGB (Red+Green+Blue) = 235+161+199=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1C7 is #145E38. Grayscale: #BBBBBB. Windows color (decimal): -1334841 or 13083115. OLE color: 13083115.
HSL color Cylindrical-coordinate representation of color #EBA1C7: hue angle of 329.19º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA1C7 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 199 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.08 |
| HSL | 329.19º | 0.65% | 0.78% | - |
| HSV(B) | 329.19º | 0.31% | 0.92% | - |
| XYZ | 57.31 | 47.28 | 60.14 | - |
| YUV | 187.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 199 | 0 | 0.31 | 0.15 | 0.08 | 329.19 | 0.65 | 0.78 |
| Hex | EB | A1 | C7 | 0 | 1F | F | 8 | 149 | 41 | 4E |
| Octal | 353 | 241 | 307 | 0 | 37 | 17 | 10 | 511 | 101 | 116 |
| Binary | 11101011 | 10100001 | 11000111 | 0 | 11111 | 1111 | 1000 | 101001001 | 1000001 | 1001110 |
Color Harmonies of #EBA1C7
Complementary color
Monochromatic Colors of #EBA1C7
Black with #EBA1C7
Text Example
Text Example
White with #EBA1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1C7; }
p { color: rgb(235,161,199); }
H1.HeaderClassName
{
color: #EBA1C7;
}
.AnyTagClassName
{
color: #EBA1C7;
}
</style>
background-color css
<style>
a { background-color: #EBA1C7; }
a { background-color: rgb(235,161,199); }
div.DivClassName
{
background-color: #EBA1C7;
}
.BgClassName
{
background-color: #EBA1C7;
}
</style>
border-color css
<style>
span { border-color: #EBA1C7; }
span { border-color: rgb(235,161,199); }
td.TdClassName
{
border-color: #EBA1C7;
}
.TagClassName
{
border-color: #EBA1C7;
}
</style>