Shades of Shocking #EBA5CB
Tints of Shocking #EBA5CB
RGB
CMYK
RGB Variations
Color information
#EBA5CB (or 0xEBA5CB) is known color: Shocking. HEX triplet: EB, A5 and CB. RGB value is (235,165,203). Sum of RGB (Red+Green+Blue) = 235+165+203=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5CB is #145A34. Grayscale: #BEBEBE. Windows color (decimal): -1333813 or 13346283. OLE color: 13346283.
HSL color Cylindrical-coordinate representation of color #EBA5CB: hue angle of 327.43º 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 #EBA5CB is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 203 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.08 |
| HSL | 327.43º | 0.64% | 0.78% | - |
| HSV(B) | 327.43º | 0.3% | 0.92% | - |
| XYZ | 58.5 | 48.88 | 62.85 | - |
| YUV | 190.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 203 | 0 | 0.30 | 0.14 | 0.08 | 327.43 | 0.64 | 0.78 |
| Hex | EB | A5 | CB | 0 | 1E | E | 8 | 147 | 40 | 4E |
| Octal | 353 | 245 | 313 | 0 | 36 | 16 | 10 | 507 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11001011 | 0 | 11110 | 1110 | 1000 | 101000111 | 1000000 | 1001110 |
Color Harmonies of #EBA5CB
Complementary color
Monochromatic Colors of #EBA5CB
Black with #EBA5CB
Text Example
Text Example
White with #EBA5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5CB; }
p { color: rgb(235,165,203); }
H1.HeaderClassName
{
color: #EBA5CB;
}
.AnyTagClassName
{
color: #EBA5CB;
}
</style>
background-color css
<style>
a { background-color: #EBA5CB; }
a { background-color: rgb(235,165,203); }
div.DivClassName
{
background-color: #EBA5CB;
}
.BgClassName
{
background-color: #EBA5CB;
}
</style>
border-color css
<style>
span { border-color: #EBA5CB; }
span { border-color: rgb(235,165,203); }
td.TdClassName
{
border-color: #EBA5CB;
}
.TagClassName
{
border-color: #EBA5CB;
}
</style>