Shades of Classic Rose #EBC9DA
Tints of Classic Rose #EBC9DA
RGB
CMYK
RGB Variations
Color information
#EBC9DA (or 0xEBC9DA) is known color: Classic Rose. HEX triplet: EB, C9 and DA. RGB value is (235,201,218). Sum of RGB (Red+Green+Blue) = 235+201+218=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9DA is #143625. Grayscale: #D5D5D5. Windows color (decimal): -1324582 or 14338539. OLE color: 14338539.
HSL color Cylindrical-coordinate representation of color #EBC9DA: hue angle of 330º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBC9DA is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 218 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.08 |
| HSL | 330º | 0.46% | 0.85% | - |
| HSV(B) | 330º | 0.14% | 0.92% | - |
| XYZ | 67.8 | 64.5 | 75.21 | - |
| YUV | 213.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 218 | 0 | 0.14 | 0.07 | 0.08 | 330 | 0.46 | 0.85 |
| Hex | EB | C9 | DA | 0 | E | 7 | 8 | 14A | 2E | 55 |
| Octal | 353 | 311 | 332 | 0 | 16 | 7 | 10 | 512 | 56 | 125 |
| Binary | 11101011 | 11001001 | 11011010 | 0 | 1110 | 111 | 1000 | 101001010 | 101110 | 1010101 |
Color Harmonies of #EBC9DA
Complementary color
Monochromatic Colors of #EBC9DA
Black with #EBC9DA
Text Example
Text Example
White with #EBC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9DA; }
p { color: rgb(235,201,218); }
H1.HeaderClassName
{
color: #EBC9DA;
}
.AnyTagClassName
{
color: #EBC9DA;
}
</style>
background-color css
<style>
a { background-color: #EBC9DA; }
a { background-color: rgb(235,201,218); }
div.DivClassName
{
background-color: #EBC9DA;
}
.BgClassName
{
background-color: #EBC9DA;
}
</style>
border-color css
<style>
span { border-color: #EBC9DA; }
span { border-color: rgb(235,201,218); }
td.TdClassName
{
border-color: #EBC9DA;
}
.TagClassName
{
border-color: #EBC9DA;
}
</style>