Shades of Classic Rose #ECCCE1
Tints of Classic Rose #ECCCE1
RGB
CMYK
RGB Variations
Color information
#ECCCE1 (or 0xECCCE1) is known color: Classic Rose. HEX triplet: EC, CC and E1. RGB value is (236,204,225). Sum of RGB (Red+Green+Blue) = 236+204+225=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCE1 is #13331E. Grayscale: #D7D7D7. Windows color (decimal): -1258271 or 14798060. OLE color: 14798060.
HSL color Cylindrical-coordinate representation of color #ECCCE1: hue angle of 320.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCCE1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 225 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.07 |
| HSL | 320.63º | 0.46% | 0.86% | - |
| HSV(B) | 320.63º | 0.14% | 0.93% | - |
| XYZ | 69.78 | 66.45 | 80.38 | - |
| YUV | 215.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 225 | 0 | 0.14 | 0.05 | 0.07 | 320.63 | 0.46 | 0.86 |
| Hex | EC | CC | E1 | 0 | E | 5 | 7 | 141 | 2E | 56 |
| Octal | 354 | 314 | 341 | 0 | 16 | 5 | 7 | 501 | 56 | 126 |
| Binary | 11101100 | 11001100 | 11100001 | 0 | 1110 | 101 | 111 | 101000001 | 101110 | 1010110 |
Color Harmonies of #ECCCE1
Complementary color
Monochromatic Colors of #ECCCE1
Black with #ECCCE1
Text Example
Text Example
White with #ECCCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCE1; }
p { color: rgb(236,204,225); }
H1.HeaderClassName
{
color: #ECCCE1;
}
.AnyTagClassName
{
color: #ECCCE1;
}
</style>
background-color css
<style>
a { background-color: #ECCCE1; }
a { background-color: rgb(236,204,225); }
div.DivClassName
{
background-color: #ECCCE1;
}
.BgClassName
{
background-color: #ECCCE1;
}
</style>
border-color css
<style>
span { border-color: #ECCCE1; }
span { border-color: rgb(236,204,225); }
td.TdClassName
{
border-color: #ECCCE1;
}
.TagClassName
{
border-color: #ECCCE1;
}
</style>