Shades of Shocking #EBA4BD
Tints of Shocking #EBA4BD
RGB
CMYK
RGB Variations
Color information
#EBA4BD (or 0xEBA4BD) is known color: Shocking. HEX triplet: EB, A4 and BD. RGB value is (235,164,189). Sum of RGB (Red+Green+Blue) = 235+164+189=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4BD is #145B42. Grayscale: #BCBCBC. Windows color (decimal): -1334083 or 12428523. OLE color: 12428523.
HSL color Cylindrical-coordinate representation of color #EBA4BD: hue angle of 338.87º 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 #EBA4BD is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 189 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.08 |
| HSL | 338.87º | 0.64% | 0.78% | - |
| HSV(B) | 338.87º | 0.3% | 0.92% | - |
| XYZ | 56.72 | 47.89 | 54.4 | - |
| YUV | 188.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 189 | 0 | 0.30 | 0.20 | 0.08 | 338.87 | 0.64 | 0.78 |
| Hex | EB | A4 | BD | 0 | 1E | 14 | 8 | 153 | 40 | 4E |
| Octal | 353 | 244 | 275 | 0 | 36 | 24 | 10 | 523 | 100 | 116 |
| Binary | 11101011 | 10100100 | 10111101 | 0 | 11110 | 10100 | 1000 | 101010011 | 1000000 | 1001110 |
Color Harmonies of #EBA4BD
Complementary color
Monochromatic Colors of #EBA4BD
Black with #EBA4BD
Text Example
Text Example
White with #EBA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4BD; }
p { color: rgb(235,164,189); }
H1.HeaderClassName
{
color: #EBA4BD;
}
.AnyTagClassName
{
color: #EBA4BD;
}
</style>
background-color css
<style>
a { background-color: #EBA4BD; }
a { background-color: rgb(235,164,189); }
div.DivClassName
{
background-color: #EBA4BD;
}
.BgClassName
{
background-color: #EBA4BD;
}
</style>
border-color css
<style>
span { border-color: #EBA4BD; }
span { border-color: rgb(235,164,189); }
td.TdClassName
{
border-color: #EBA4BD;
}
.TagClassName
{
border-color: #EBA4BD;
}
</style>