Shades of Classic Rose #EBC4D6
Tints of Classic Rose #EBC4D6
RGB
CMYK
RGB Variations
Color information
#EBC4D6 (or 0xEBC4D6) is known color: Classic Rose. HEX triplet: EB, C4 and D6. RGB value is (235,196,214). Sum of RGB (Red+Green+Blue) = 235+196+214=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D6 is #143B29. Grayscale: #D1D1D1. Windows color (decimal): -1325866 or 14075115. OLE color: 14075115.
HSL color Cylindrical-coordinate representation of color #EBC4D6: hue angle of 332.31º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC4D6 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 214 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.08 |
| HSL | 332.31º | 0.49% | 0.85% | - |
| HSV(B) | 332.31º | 0.17% | 0.92% | - |
| XYZ | 66.14 | 62 | 72.1 | - |
| YUV | 209.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 214 | 0 | 0.17 | 0.09 | 0.08 | 332.31 | 0.49 | 0.85 |
| Hex | EB | C4 | D6 | 0 | 11 | 9 | 8 | 14C | 31 | 55 |
| Octal | 353 | 304 | 326 | 0 | 21 | 11 | 10 | 514 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11010110 | 0 | 10001 | 1001 | 1000 | 101001100 | 110001 | 1010101 |
Color Harmonies of #EBC4D6
Complementary color
Monochromatic Colors of #EBC4D6
Black with #EBC4D6
Text Example
Text Example
White with #EBC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4D6; }
p { color: rgb(235,196,214); }
H1.HeaderClassName
{
color: #EBC4D6;
}
.AnyTagClassName
{
color: #EBC4D6;
}
</style>
background-color css
<style>
a { background-color: #EBC4D6; }
a { background-color: rgb(235,196,214); }
div.DivClassName
{
background-color: #EBC4D6;
}
.BgClassName
{
background-color: #EBC4D6;
}
</style>
border-color css
<style>
span { border-color: #EBC4D6; }
span { border-color: rgb(235,196,214); }
td.TdClassName
{
border-color: #EBC4D6;
}
.TagClassName
{
border-color: #EBC4D6;
}
</style>