Shades of Classic Rose #ECBCDB
Tints of Classic Rose #ECBCDB
RGB
CMYK
RGB Variations
Color information
#ECBCDB (or 0xECBCDB) is known color: Classic Rose. HEX triplet: EC, BC and DB. RGB value is (236,188,219). Sum of RGB (Red+Green+Blue) = 236+188+219=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCDB is #134324. Grayscale: #CDCDCD. Windows color (decimal): -1262373 or 14400748. OLE color: 14400748.
HSL color Cylindrical-coordinate representation of color #ECBCDB: hue angle of 321.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCDB is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 219 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.07 |
| HSL | 321.25º | 0.56% | 0.83% | - |
| HSV(B) | 321.25º | 0.2% | 0.93% | - |
| XYZ | 65.36 | 58.91 | 74.94 | - |
| YUV | 205.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 219 | 0 | 0.20 | 0.07 | 0.07 | 321.25 | 0.56 | 0.83 |
| Hex | EC | BC | DB | 0 | 14 | 7 | 7 | 141 | 38 | 53 |
| Octal | 354 | 274 | 333 | 0 | 24 | 7 | 7 | 501 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11011011 | 0 | 10100 | 111 | 111 | 101000001 | 111000 | 1010011 |
Color Harmonies of #ECBCDB
Complementary color
Monochromatic Colors of #ECBCDB
Black with #ECBCDB
Text Example
Text Example
White with #ECBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCDB; }
p { color: rgb(236,188,219); }
H1.HeaderClassName
{
color: #ECBCDB;
}
.AnyTagClassName
{
color: #ECBCDB;
}
</style>
background-color css
<style>
a { background-color: #ECBCDB; }
a { background-color: rgb(236,188,219); }
div.DivClassName
{
background-color: #ECBCDB;
}
.BgClassName
{
background-color: #ECBCDB;
}
</style>
border-color css
<style>
span { border-color: #ECBCDB; }
span { border-color: rgb(236,188,219); }
td.TdClassName
{
border-color: #ECBCDB;
}
.TagClassName
{
border-color: #ECBCDB;
}
</style>