Shades of Classic Rose #E9C3D6
Tints of Classic Rose #E9C3D6
RGB
CMYK
RGB Variations
Color information
#E9C3D6 (or 0xE9C3D6) is known color: Classic Rose. HEX triplet: E9, C3 and D6. RGB value is (233,195,214). Sum of RGB (Red+Green+Blue) = 233+195+214=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C3D6 is #163C29. Grayscale: #D0D0D0. Windows color (decimal): -1457194 or 14074857. OLE color: 14074857.
HSL color Cylindrical-coordinate representation of color #E9C3D6: hue angle of 330º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9C3D6 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 214 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.09 |
| HSL | 330º | 0.46% | 0.84% | - |
| HSV(B) | 330º | 0.16% | 0.91% | - |
| XYZ | 65.26 | 61.21 | 71.99 | - |
| YUV | 208.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 214 | 0 | 0.16 | 0.08 | 0.09 | 330 | 0.46 | 0.84 |
| Hex | E9 | C3 | D6 | 0 | 10 | 8 | 9 | 14A | 2E | 54 |
| Octal | 351 | 303 | 326 | 0 | 20 | 10 | 11 | 512 | 56 | 124 |
| Binary | 11101001 | 11000011 | 11010110 | 0 | 10000 | 1000 | 1001 | 101001010 | 101110 | 1010100 |
Color Harmonies of #E9C3D6
Complementary color
Monochromatic Colors of #E9C3D6
Black with #E9C3D6
Text Example
Text Example
White with #E9C3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C3D6; }
p { color: rgb(233,195,214); }
H1.HeaderClassName
{
color: #E9C3D6;
}
.AnyTagClassName
{
color: #E9C3D6;
}
</style>
background-color css
<style>
a { background-color: #E9C3D6; }
a { background-color: rgb(233,195,214); }
div.DivClassName
{
background-color: #E9C3D6;
}
.BgClassName
{
background-color: #E9C3D6;
}
</style>
border-color css
<style>
span { border-color: #E9C3D6; }
span { border-color: rgb(233,195,214); }
td.TdClassName
{
border-color: #E9C3D6;
}
.TagClassName
{
border-color: #E9C3D6;
}
</style>