Shades of Shocking #EBA4C8
Tints of Shocking #EBA4C8
RGB
CMYK
RGB Variations
Color information
#EBA4C8 (or 0xEBA4C8) is known color: Shocking. HEX triplet: EB, A4 and C8. RGB value is (235,164,200). Sum of RGB (Red+Green+Blue) = 235+164+200=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4C8 is #145B37. Grayscale: #BDBDBD. Windows color (decimal): -1334072 or 13149419. OLE color: 13149419.
HSL color Cylindrical-coordinate representation of color #EBA4C8: hue angle of 329.58º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4C8 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 200 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.08 |
| HSL | 329.58º | 0.64% | 0.78% | - |
| HSV(B) | 329.58º | 0.3% | 0.92% | - |
| XYZ | 57.96 | 48.38 | 60.93 | - |
| YUV | 189.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 200 | 0 | 0.30 | 0.15 | 0.08 | 329.58 | 0.64 | 0.78 |
| Hex | EB | A4 | C8 | 0 | 1E | F | 8 | 14A | 40 | 4E |
| Octal | 353 | 244 | 310 | 0 | 36 | 17 | 10 | 512 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11001000 | 0 | 11110 | 1111 | 1000 | 101001010 | 1000000 | 1001110 |
Color Harmonies of #EBA4C8
Complementary color
Monochromatic Colors of #EBA4C8
Black with #EBA4C8
Text Example
Text Example
White with #EBA4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4C8; }
p { color: rgb(235,164,200); }
H1.HeaderClassName
{
color: #EBA4C8;
}
.AnyTagClassName
{
color: #EBA4C8;
}
</style>
background-color css
<style>
a { background-color: #EBA4C8; }
a { background-color: rgb(235,164,200); }
div.DivClassName
{
background-color: #EBA4C8;
}
.BgClassName
{
background-color: #EBA4C8;
}
</style>
border-color css
<style>
span { border-color: #EBA4C8; }
span { border-color: rgb(235,164,200); }
td.TdClassName
{
border-color: #EBA4C8;
}
.TagClassName
{
border-color: #EBA4C8;
}
</style>