Shades of Classic Rose #E9C5DA
Tints of Classic Rose #E9C5DA
RGB
CMYK
RGB Variations
Color information
#E9C5DA (or 0xE9C5DA) is known color: Classic Rose. HEX triplet: E9, C5 and DA. RGB value is (233,197,218). Sum of RGB (Red+Green+Blue) = 233+197+218=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5DA is #163A25. Grayscale: #D2D2D2. Windows color (decimal): -1456678 or 14337513. OLE color: 14337513.
HSL color Cylindrical-coordinate representation of color #E9C5DA: hue angle of 325º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9C5DA is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 218 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.09 |
| HSL | 325º | 0.45% | 0.84% | - |
| HSV(B) | 325º | 0.15% | 0.91% | - |
| XYZ | 66.23 | 62.32 | 74.87 | - |
| YUV | 210.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 218 | 0 | 0.15 | 0.06 | 0.09 | 325 | 0.45 | 0.84 |
| Hex | E9 | C5 | DA | 0 | F | 6 | 9 | 145 | 2D | 54 |
| Octal | 351 | 305 | 332 | 0 | 17 | 6 | 11 | 505 | 55 | 124 |
| Binary | 11101001 | 11000101 | 11011010 | 0 | 1111 | 110 | 1001 | 101000101 | 101101 | 1010100 |
Color Harmonies of #E9C5DA
Complementary color
Monochromatic Colors of #E9C5DA
Black with #E9C5DA
Text Example
Text Example
White with #E9C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5DA; }
p { color: rgb(233,197,218); }
H1.HeaderClassName
{
color: #E9C5DA;
}
.AnyTagClassName
{
color: #E9C5DA;
}
</style>
background-color css
<style>
a { background-color: #E9C5DA; }
a { background-color: rgb(233,197,218); }
div.DivClassName
{
background-color: #E9C5DA;
}
.BgClassName
{
background-color: #E9C5DA;
}
</style>
border-color css
<style>
span { border-color: #E9C5DA; }
span { border-color: rgb(233,197,218); }
td.TdClassName
{
border-color: #E9C5DA;
}
.TagClassName
{
border-color: #E9C5DA;
}
</style>