Shades of Classic Rose #ECD5E1
Tints of Classic Rose #ECD5E1
RGB
CMYK
RGB Variations
Color information
#ECD5E1 (or 0xECD5E1) is known color: Classic Rose. HEX triplet: EC, D5 and E1. RGB value is (236,213,225). Sum of RGB (Red+Green+Blue) = 236+213+225=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5E1 is #132A1E. Grayscale: #DDDDDD. Windows color (decimal): -1255967 or 14800364. OLE color: 14800364.
HSL color Cylindrical-coordinate representation of color #ECD5E1: hue angle of 328.7º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD5E1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 213 | 225 | - |
CMYK | 0 | 0.10 | 0.05 | 0.07 |
HSL | 328.7º | 0.38% | 0.88% | - |
HSV(B) | 328.7º | 0.1% | 0.93% | - |
XYZ | 71.98 | 70.86 | 81.12 | - |
YUV | 221.25 | 130.12 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 213 | 225 | 0 | 0.10 | 0.05 | 0.07 | 328.7 | 0.38 | 0.88 |
Hex | EC | D5 | E1 | 0 | A | 5 | 7 | 149 | 26 | 58 |
Octal | 354 | 325 | 341 | 0 | 12 | 5 | 7 | 511 | 46 | 130 |
Binary | 11101100 | 11010101 | 11100001 | 0 | 1010 | 101 | 111 | 101001001 | 100110 | 1011000 |
Color Harmonies of #ECD5E1
Complementary color
Monochromatic Colors of #ECD5E1
Black with #ECD5E1
Text Example
Text Example
White with #ECD5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5E1; }
p { color: rgb(236,213,225); }
H1.HeaderClassName
{
color: #ECD5E1;
}
.AnyTagClassName
{
color: #ECD5E1;
}
</style>
background-color css
<style>
a { background-color: #ECD5E1; }
a { background-color: rgb(236,213,225); }
div.DivClassName
{
background-color: #ECD5E1;
}
.BgClassName
{
background-color: #ECD5E1;
}
</style>
border-color css
<style>
span { border-color: #ECD5E1; }
span { border-color: rgb(236,213,225); }
td.TdClassName
{
border-color: #ECD5E1;
}
.TagClassName
{
border-color: #ECD5E1;
}
</style>