Shades of Classic Rose #ECC6E1
Tints of Classic Rose #ECC6E1
RGB
CMYK
RGB Variations
Color information
#ECC6E1 (or 0xECC6E1) is known color: Classic Rose. HEX triplet: EC, C6 and E1. RGB value is (236,198,225). Sum of RGB (Red+Green+Blue) = 236+198+225=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6E1 is #13391E. Grayscale: #D4D4D4. Windows color (decimal): -1259807 or 14796524. OLE color: 14796524.
HSL color Cylindrical-coordinate representation of color #ECC6E1: hue angle of 317.37º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC6E1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 225 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.07 |
| HSL | 317.37º | 0.5% | 0.85% | - |
| HSV(B) | 317.37º | 0.16% | 0.93% | - |
| XYZ | 68.38 | 63.66 | 79.92 | - |
| YUV | 212.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 225 | 0 | 0.16 | 0.05 | 0.07 | 317.37 | 0.5 | 0.85 |
| Hex | EC | C6 | E1 | 0 | 10 | 5 | 7 | 13D | 32 | 55 |
| Octal | 354 | 306 | 341 | 0 | 20 | 5 | 7 | 475 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11100001 | 0 | 10000 | 101 | 111 | 100111101 | 110010 | 1010101 |
Color Harmonies of #ECC6E1
Complementary color
Monochromatic Colors of #ECC6E1
Black with #ECC6E1
Text Example
Text Example
White with #ECC6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6E1; }
p { color: rgb(236,198,225); }
H1.HeaderClassName
{
color: #ECC6E1;
}
.AnyTagClassName
{
color: #ECC6E1;
}
</style>
background-color css
<style>
a { background-color: #ECC6E1; }
a { background-color: rgb(236,198,225); }
div.DivClassName
{
background-color: #ECC6E1;
}
.BgClassName
{
background-color: #ECC6E1;
}
</style>
border-color css
<style>
span { border-color: #ECC6E1; }
span { border-color: rgb(236,198,225); }
td.TdClassName
{
border-color: #ECC6E1;
}
.TagClassName
{
border-color: #ECC6E1;
}
</style>