Shades of Classic Rose #ECBEDB
Tints of Classic Rose #ECBEDB
RGB
CMYK
RGB Variations
Color information
#ECBEDB (or 0xECBEDB) is known color: Classic Rose. HEX triplet: EC, BE and DB. RGB value is (236,190,219). Sum of RGB (Red+Green+Blue) = 236+190+219=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEDB is #134124. Grayscale: #CECECE. Windows color (decimal): -1261861 or 14401260. OLE color: 14401260.
HSL color Cylindrical-coordinate representation of color #ECBEDB: hue angle of 322.17º degrees, saturation: 0.55, 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 #ECBEDB is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 219 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.07 |
| HSL | 322.17º | 0.55% | 0.84% | - |
| HSV(B) | 322.17º | 0.19% | 0.93% | - |
| XYZ | 65.79 | 59.77 | 75.09 | - |
| YUV | 207.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 219 | 0 | 0.19 | 0.07 | 0.07 | 322.17 | 0.55 | 0.84 |
| Hex | EC | BE | DB | 0 | 13 | 7 | 7 | 142 | 37 | 54 |
| Octal | 354 | 276 | 333 | 0 | 23 | 7 | 7 | 502 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11011011 | 0 | 10011 | 111 | 111 | 101000010 | 110111 | 1010100 |
Color Harmonies of #ECBEDB
Complementary color
Monochromatic Colors of #ECBEDB
Black with #ECBEDB
Text Example
Text Example
White with #ECBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEDB; }
p { color: rgb(236,190,219); }
H1.HeaderClassName
{
color: #ECBEDB;
}
.AnyTagClassName
{
color: #ECBEDB;
}
</style>
background-color css
<style>
a { background-color: #ECBEDB; }
a { background-color: rgb(236,190,219); }
div.DivClassName
{
background-color: #ECBEDB;
}
.BgClassName
{
background-color: #ECBEDB;
}
</style>
border-color css
<style>
span { border-color: #ECBEDB; }
span { border-color: rgb(236,190,219); }
td.TdClassName
{
border-color: #ECBEDB;
}
.TagClassName
{
border-color: #ECBEDB;
}
</style>