Shades of Classic Rose #ECBED2
Tints of Classic Rose #ECBED2
RGB
CMYK
RGB Variations
Color information
#ECBED2 (or 0xECBED2) is known color: Classic Rose. HEX triplet: EC, BE and D2. RGB value is (236,190,210). Sum of RGB (Red+Green+Blue) = 236+190+210=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED2 is #13412D. Grayscale: #CDCDCD. Windows color (decimal): -1261870 or 13811436. OLE color: 13811436.
HSL color Cylindrical-coordinate representation of color #ECBED2: hue angle of 333.91º 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 #ECBED2 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 210 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.07 |
| HSL | 333.91º | 0.55% | 0.84% | - |
| HSV(B) | 333.91º | 0.19% | 0.93% | - |
| XYZ | 64.64 | 59.31 | 69.01 | - |
| YUV | 206.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 210 | 0 | 0.19 | 0.11 | 0.07 | 333.91 | 0.55 | 0.84 |
| Hex | EC | BE | D2 | 0 | 13 | B | 7 | 14E | 37 | 54 |
| Octal | 354 | 276 | 322 | 0 | 23 | 13 | 7 | 516 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11010010 | 0 | 10011 | 1011 | 111 | 101001110 | 110111 | 1010100 |
Color Harmonies of #ECBED2
Complementary color
Monochromatic Colors of #ECBED2
Black with #ECBED2
Text Example
Text Example
White with #ECBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBED2; }
p { color: rgb(236,190,210); }
H1.HeaderClassName
{
color: #ECBED2;
}
.AnyTagClassName
{
color: #ECBED2;
}
</style>
background-color css
<style>
a { background-color: #ECBED2; }
a { background-color: rgb(236,190,210); }
div.DivClassName
{
background-color: #ECBED2;
}
.BgClassName
{
background-color: #ECBED2;
}
</style>
border-color css
<style>
span { border-color: #ECBED2; }
span { border-color: rgb(236,190,210); }
td.TdClassName
{
border-color: #ECBED2;
}
.TagClassName
{
border-color: #ECBED2;
}
</style>