Shades of Classic Rose #EBC0D6
Tints of Classic Rose #EBC0D6
RGB
CMYK
RGB Variations
Color information
#EBC0D6 (or 0xEBC0D6) is known color: Classic Rose. HEX triplet: EB, C0 and D6. RGB value is (235,192,214). Sum of RGB (Red+Green+Blue) = 235+192+214=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0D6 is #143F29. Grayscale: #CFCFCF. Windows color (decimal): -1326890 or 14074091. OLE color: 14074091.
HSL color Cylindrical-coordinate representation of color #EBC0D6: hue angle of 329.3º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC0D6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 214 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.08 |
| HSL | 329.3º | 0.52% | 0.84% | - |
| HSV(B) | 329.3º | 0.18% | 0.92% | - |
| XYZ | 65.25 | 60.22 | 71.8 | - |
| YUV | 207.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 214 | 0 | 0.18 | 0.09 | 0.08 | 329.3 | 0.52 | 0.84 |
| Hex | EB | C0 | D6 | 0 | 12 | 9 | 8 | 149 | 34 | 54 |
| Octal | 353 | 300 | 326 | 0 | 22 | 11 | 10 | 511 | 64 | 124 |
| Binary | 11101011 | 11000000 | 11010110 | 0 | 10010 | 1001 | 1000 | 101001001 | 110100 | 1010100 |
Color Harmonies of #EBC0D6
Complementary color
Monochromatic Colors of #EBC0D6
Black with #EBC0D6
Text Example
Text Example
White with #EBC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0D6; }
p { color: rgb(235,192,214); }
H1.HeaderClassName
{
color: #EBC0D6;
}
.AnyTagClassName
{
color: #EBC0D6;
}
</style>
background-color css
<style>
a { background-color: #EBC0D6; }
a { background-color: rgb(235,192,214); }
div.DivClassName
{
background-color: #EBC0D6;
}
.BgClassName
{
background-color: #EBC0D6;
}
</style>
border-color css
<style>
span { border-color: #EBC0D6; }
span { border-color: rgb(235,192,214); }
td.TdClassName
{
border-color: #EBC0D6;
}
.TagClassName
{
border-color: #EBC0D6;
}
</style>