Shades of Classic Rose #ECD0E2
Tints of Classic Rose #ECD0E2
RGB
CMYK
RGB Variations
Color information
#ECD0E2 (or 0xECD0E2) is known color: Classic Rose. HEX triplet: EC, D0 and E2. RGB value is (236,208,226). Sum of RGB (Red+Green+Blue) = 236+208+226=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0E2 is #132F1D. Grayscale: #DADADA. Windows color (decimal): -1257246 or 14864620. OLE color: 14864620.
HSL color Cylindrical-coordinate representation of color #ECD0E2: hue angle of 321.43º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD0E2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 226 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.07 |
| HSL | 321.43º | 0.42% | 0.87% | - |
| HSV(B) | 321.43º | 0.12% | 0.93% | - |
| XYZ | 70.88 | 68.44 | 81.43 | - |
| YUV | 218.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 226 | 0 | 0.12 | 0.04 | 0.07 | 321.43 | 0.42 | 0.87 |
| Hex | EC | D0 | E2 | 0 | C | 4 | 7 | 141 | 2A | 57 |
| Octal | 354 | 320 | 342 | 0 | 14 | 4 | 7 | 501 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11100010 | 0 | 1100 | 100 | 111 | 101000001 | 101010 | 1010111 |
Color Harmonies of #ECD0E2
Complementary color
Monochromatic Colors of #ECD0E2
Black with #ECD0E2
Text Example
Text Example
White with #ECD0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0E2; }
p { color: rgb(236,208,226); }
H1.HeaderClassName
{
color: #ECD0E2;
}
.AnyTagClassName
{
color: #ECD0E2;
}
</style>
background-color css
<style>
a { background-color: #ECD0E2; }
a { background-color: rgb(236,208,226); }
div.DivClassName
{
background-color: #ECD0E2;
}
.BgClassName
{
background-color: #ECD0E2;
}
</style>
border-color css
<style>
span { border-color: #ECD0E2; }
span { border-color: rgb(236,208,226); }
td.TdClassName
{
border-color: #ECD0E2;
}
.TagClassName
{
border-color: #ECD0E2;
}
</style>