Shades of Classic Rose #ECBED4
Tints of Classic Rose #ECBED4
RGB
CMYK
RGB Variations
Color information
#ECBED4 (or 0xECBED4) is known color: Classic Rose. HEX triplet: EC, BE and D4. RGB value is (236,190,212). Sum of RGB (Red+Green+Blue) = 236+190+212=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED4 is #13412B. Grayscale: #CECECE. Windows color (decimal): -1261868 or 13942508. OLE color: 13942508.
HSL color Cylindrical-coordinate representation of color #ECBED4: hue angle of 331.3º 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 #ECBED4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 212 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.07 |
| HSL | 331.3º | 0.55% | 0.84% | - |
| HSV(B) | 331.3º | 0.19% | 0.93% | - |
| XYZ | 64.89 | 59.41 | 70.34 | - |
| YUV | 206.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 212 | 0 | 0.19 | 0.10 | 0.07 | 331.3 | 0.55 | 0.84 |
| Hex | EC | BE | D4 | 0 | 13 | A | 7 | 14B | 37 | 54 |
| Octal | 354 | 276 | 324 | 0 | 23 | 12 | 7 | 513 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11010100 | 0 | 10011 | 1010 | 111 | 101001011 | 110111 | 1010100 |
Color Harmonies of #ECBED4
Complementary color
Monochromatic Colors of #ECBED4
Black with #ECBED4
Text Example
Text Example
White with #ECBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBED4; }
p { color: rgb(236,190,212); }
H1.HeaderClassName
{
color: #ECBED4;
}
.AnyTagClassName
{
color: #ECBED4;
}
</style>
background-color css
<style>
a { background-color: #ECBED4; }
a { background-color: rgb(236,190,212); }
div.DivClassName
{
background-color: #ECBED4;
}
.BgClassName
{
background-color: #ECBED4;
}
</style>
border-color css
<style>
span { border-color: #ECBED4; }
span { border-color: rgb(236,190,212); }
td.TdClassName
{
border-color: #ECBED4;
}
.TagClassName
{
border-color: #ECBED4;
}
</style>