Shades of Classic Rose #ECC0DA
Tints of Classic Rose #ECC0DA
RGB
CMYK
RGB Variations
Color information
#ECC0DA (or 0xECC0DA) is known color: Classic Rose. HEX triplet: EC, C0 and DA. RGB value is (236,192,218). Sum of RGB (Red+Green+Blue) = 236+192+218=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0DA is #133F25. Grayscale: #D0D0D0. Windows color (decimal): -1261350 or 14336236. OLE color: 14336236.
HSL color Cylindrical-coordinate representation of color #ECC0DA: hue angle of 324.55º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0DA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 218 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.07 |
| HSL | 324.55º | 0.54% | 0.84% | - |
| HSV(B) | 324.55º | 0.19% | 0.93% | - |
| XYZ | 66.1 | 60.59 | 74.54 | - |
| YUV | 208.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 218 | 0 | 0.19 | 0.08 | 0.07 | 324.55 | 0.54 | 0.84 |
| Hex | EC | C0 | DA | 0 | 13 | 8 | 7 | 145 | 36 | 54 |
| Octal | 354 | 300 | 332 | 0 | 23 | 10 | 7 | 505 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11011010 | 0 | 10011 | 1000 | 111 | 101000101 | 110110 | 1010100 |
Color Harmonies of #ECC0DA
Complementary color
Monochromatic Colors of #ECC0DA
Black with #ECC0DA
Text Example
Text Example
White with #ECC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0DA; }
p { color: rgb(236,192,218); }
H1.HeaderClassName
{
color: #ECC0DA;
}
.AnyTagClassName
{
color: #ECC0DA;
}
</style>
background-color css
<style>
a { background-color: #ECC0DA; }
a { background-color: rgb(236,192,218); }
div.DivClassName
{
background-color: #ECC0DA;
}
.BgClassName
{
background-color: #ECC0DA;
}
</style>
border-color css
<style>
span { border-color: #ECC0DA; }
span { border-color: rgb(236,192,218); }
td.TdClassName
{
border-color: #ECC0DA;
}
.TagClassName
{
border-color: #ECC0DA;
}
</style>