Shades of Classic Rose #ECBBD5
Tints of Classic Rose #ECBBD5
RGB
CMYK
RGB Variations
Color information
#ECBBD5 (or 0xECBBD5) is known color: Classic Rose. HEX triplet: EC, BB and D5. RGB value is (236,187,213). Sum of RGB (Red+Green+Blue) = 236+187+213=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBD5 is #13442A. Grayscale: #CCCCCC. Windows color (decimal): -1262635 or 14007276. OLE color: 14007276.
HSL color Cylindrical-coordinate representation of color #ECBBD5: hue angle of 328.16º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBBD5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 213 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.07 |
| HSL | 328.16º | 0.56% | 0.83% | - |
| HSV(B) | 328.16º | 0.21% | 0.93% | - |
| XYZ | 64.37 | 58.18 | 70.79 | - |
| YUV | 204.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 213 | 0 | 0.21 | 0.10 | 0.07 | 328.16 | 0.56 | 0.83 |
| Hex | EC | BB | D5 | 0 | 15 | A | 7 | 148 | 38 | 53 |
| Octal | 354 | 273 | 325 | 0 | 25 | 12 | 7 | 510 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11010101 | 0 | 10101 | 1010 | 111 | 101001000 | 111000 | 1010011 |
Color Harmonies of #ECBBD5
Complementary color
Monochromatic Colors of #ECBBD5
Black with #ECBBD5
Text Example
Text Example
White with #ECBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBD5; }
p { color: rgb(236,187,213); }
H1.HeaderClassName
{
color: #ECBBD5;
}
.AnyTagClassName
{
color: #ECBBD5;
}
</style>
background-color css
<style>
a { background-color: #ECBBD5; }
a { background-color: rgb(236,187,213); }
div.DivClassName
{
background-color: #ECBBD5;
}
.BgClassName
{
background-color: #ECBBD5;
}
</style>
border-color css
<style>
span { border-color: #ECBBD5; }
span { border-color: rgb(236,187,213); }
td.TdClassName
{
border-color: #ECBBD5;
}
.TagClassName
{
border-color: #ECBBD5;
}
</style>