Shades of Classic Rose #EBC2D9
Tints of Classic Rose #EBC2D9
RGB
CMYK
RGB Variations
Color information
#EBC2D9 (or 0xEBC2D9) is known color: Classic Rose. HEX triplet: EB, C2 and D9. RGB value is (235,194,217). Sum of RGB (Red+Green+Blue) = 235+194+217=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2D9 is #143D26. Grayscale: #D0D0D0. Windows color (decimal): -1326375 or 14271211. OLE color: 14271211.
HSL color Cylindrical-coordinate representation of color #EBC2D9: hue angle of 326.34º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC2D9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 217 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.08 |
| HSL | 326.34º | 0.51% | 0.84% | - |
| HSV(B) | 326.34º | 0.17% | 0.92% | - |
| XYZ | 66.08 | 61.26 | 73.99 | - |
| YUV | 208.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 217 | 0 | 0.17 | 0.08 | 0.08 | 326.34 | 0.51 | 0.84 |
| Hex | EB | C2 | D9 | 0 | 11 | 8 | 8 | 146 | 33 | 54 |
| Octal | 353 | 302 | 331 | 0 | 21 | 10 | 10 | 506 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11011001 | 0 | 10001 | 1000 | 1000 | 101000110 | 110011 | 1010100 |
Color Harmonies of #EBC2D9
Complementary color
Monochromatic Colors of #EBC2D9
Black with #EBC2D9
Text Example
Text Example
White with #EBC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2D9; }
p { color: rgb(235,194,217); }
H1.HeaderClassName
{
color: #EBC2D9;
}
.AnyTagClassName
{
color: #EBC2D9;
}
</style>
background-color css
<style>
a { background-color: #EBC2D9; }
a { background-color: rgb(235,194,217); }
div.DivClassName
{
background-color: #EBC2D9;
}
.BgClassName
{
background-color: #EBC2D9;
}
</style>
border-color css
<style>
span { border-color: #EBC2D9; }
span { border-color: rgb(235,194,217); }
td.TdClassName
{
border-color: #EBC2D9;
}
.TagClassName
{
border-color: #EBC2D9;
}
</style>