Shades of Classic Rose #ECBEDA
Tints of Classic Rose #ECBEDA
RGB
CMYK
RGB Variations
Color information
#ECBEDA (or 0xECBEDA) is known color: Classic Rose. HEX triplet: EC, BE and DA. RGB value is (236,190,218). Sum of RGB (Red+Green+Blue) = 236+190+218=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEDA is #134125. Grayscale: #CECECE. Windows color (decimal): -1261862 or 14335724. OLE color: 14335724.
HSL color Cylindrical-coordinate representation of color #ECBEDA: hue angle of 323.48º 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 #ECBEDA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 218 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.07 |
| HSL | 323.48º | 0.55% | 0.84% | - |
| HSV(B) | 323.48º | 0.19% | 0.93% | - |
| XYZ | 65.66 | 59.72 | 74.4 | - |
| YUV | 206.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 218 | 0 | 0.19 | 0.08 | 0.07 | 323.48 | 0.55 | 0.84 |
| Hex | EC | BE | DA | 0 | 13 | 8 | 7 | 143 | 37 | 54 |
| Octal | 354 | 276 | 332 | 0 | 23 | 10 | 7 | 503 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11011010 | 0 | 10011 | 1000 | 111 | 101000011 | 110111 | 1010100 |
Color Harmonies of #ECBEDA
Complementary color
Monochromatic Colors of #ECBEDA
Black with #ECBEDA
Text Example
Text Example
White with #ECBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEDA; }
p { color: rgb(236,190,218); }
H1.HeaderClassName
{
color: #ECBEDA;
}
.AnyTagClassName
{
color: #ECBEDA;
}
</style>
background-color css
<style>
a { background-color: #ECBEDA; }
a { background-color: rgb(236,190,218); }
div.DivClassName
{
background-color: #ECBEDA;
}
.BgClassName
{
background-color: #ECBEDA;
}
</style>
border-color css
<style>
span { border-color: #ECBEDA; }
span { border-color: rgb(236,190,218); }
td.TdClassName
{
border-color: #ECBEDA;
}
.TagClassName
{
border-color: #ECBEDA;
}
</style>