Shades of Classic Rose #ECBED5
Tints of Classic Rose #ECBED5
RGB
CMYK
RGB Variations
Color information
#ECBED5 (or 0xECBED5) is known color: Classic Rose. HEX triplet: EC, BE and D5. RGB value is (236,190,213). Sum of RGB (Red+Green+Blue) = 236+190+213=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED5 is #13412A. Grayscale: #CECECE. Windows color (decimal): -1261867 or 14008044. OLE color: 14008044.
HSL color Cylindrical-coordinate representation of color #ECBED5: hue angle of 330º 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 #ECBED5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 190 | 213 | - |
CMYK | 0 | 0.19 | 0.10 | 0.07 |
HSL | 330º | 0.55% | 0.84% | - |
HSV(B) | 330º | 0.19% | 0.93% | - |
XYZ | 65.02 | 59.46 | 71 | - |
YUV | 206.38 | 131.74 | 149.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 190 | 213 | 0 | 0.19 | 0.10 | 0.07 | 330 | 0.55 | 0.84 |
Hex | EC | BE | D5 | 0 | 13 | A | 7 | 14A | 37 | 54 |
Octal | 354 | 276 | 325 | 0 | 23 | 12 | 7 | 512 | 67 | 124 |
Binary | 11101100 | 10111110 | 11010101 | 0 | 10011 | 1010 | 111 | 101001010 | 110111 | 1010100 |
Color Harmonies of #ECBED5
Complementary color
Monochromatic Colors of #ECBED5
Black with #ECBED5
Text Example
Text Example
White with #ECBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBED5; }
p { color: rgb(236,190,213); }
H1.HeaderClassName
{
color: #ECBED5;
}
.AnyTagClassName
{
color: #ECBED5;
}
</style>
background-color css
<style>
a { background-color: #ECBED5; }
a { background-color: rgb(236,190,213); }
div.DivClassName
{
background-color: #ECBED5;
}
.BgClassName
{
background-color: #ECBED5;
}
</style>
border-color css
<style>
span { border-color: #ECBED5; }
span { border-color: rgb(236,190,213); }
td.TdClassName
{
border-color: #ECBED5;
}
.TagClassName
{
border-color: #ECBED5;
}
</style>