Shades of Classic Rose #ECC0D4
Tints of Classic Rose #ECC0D4
RGB
CMYK
RGB Variations
Color information
#ECC0D4 (or 0xECC0D4) is known color: Classic Rose. HEX triplet: EC, C0 and D4. RGB value is (236,192,212). Sum of RGB (Red+Green+Blue) = 236+192+212=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0D4 is #133F2B. Grayscale: #CFCFCF. Windows color (decimal): -1261356 or 13943020. OLE color: 13943020.
HSL color Cylindrical-coordinate representation of color #ECC0D4: hue angle of 332.73º 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 #ECC0D4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 212 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.07 |
| HSL | 332.73º | 0.54% | 0.84% | - |
| HSV(B) | 332.73º | 0.19% | 0.93% | - |
| XYZ | 65.33 | 60.29 | 70.48 | - |
| YUV | 207.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 212 | 0 | 0.19 | 0.10 | 0.07 | 332.73 | 0.54 | 0.84 |
| Hex | EC | C0 | D4 | 0 | 13 | A | 7 | 14D | 36 | 54 |
| Octal | 354 | 300 | 324 | 0 | 23 | 12 | 7 | 515 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11010100 | 0 | 10011 | 1010 | 111 | 101001101 | 110110 | 1010100 |
Color Harmonies of #ECC0D4
Complementary color
Monochromatic Colors of #ECC0D4
Black with #ECC0D4
Text Example
Text Example
White with #ECC0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0D4; }
p { color: rgb(236,192,212); }
H1.HeaderClassName
{
color: #ECC0D4;
}
.AnyTagClassName
{
color: #ECC0D4;
}
</style>
background-color css
<style>
a { background-color: #ECC0D4; }
a { background-color: rgb(236,192,212); }
div.DivClassName
{
background-color: #ECC0D4;
}
.BgClassName
{
background-color: #ECC0D4;
}
</style>
border-color css
<style>
span { border-color: #ECC0D4; }
span { border-color: rgb(236,192,212); }
td.TdClassName
{
border-color: #ECC0D4;
}
.TagClassName
{
border-color: #ECC0D4;
}
</style>