Shades of Classic Rose #ECBED7
Tints of Classic Rose #ECBED7
RGB
CMYK
RGB Variations
Color information
#ECBED7 (or 0xECBED7) is known color: Classic Rose. HEX triplet: EC, BE and D7. RGB value is (236,190,215). Sum of RGB (Red+Green+Blue) = 236+190+215=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED7 is #134128. Grayscale: #CECECE. Windows color (decimal): -1261865 or 14139116. OLE color: 14139116.
HSL color Cylindrical-coordinate representation of color #ECBED7: hue angle of 327.39º 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 #ECBED7 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 190 | 215 | - |
CMYK | 0 | 0.19 | 0.09 | 0.07 |
HSL | 327.39º | 0.55% | 0.84% | - |
HSV(B) | 327.39º | 0.19% | 0.93% | - |
XYZ | 65.27 | 59.57 | 72.35 | - |
YUV | 206.6 | 132.74 | 148.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 190 | 215 | 0 | 0.19 | 0.09 | 0.07 | 327.39 | 0.55 | 0.84 |
Hex | EC | BE | D7 | 0 | 13 | 9 | 7 | 147 | 37 | 54 |
Octal | 354 | 276 | 327 | 0 | 23 | 11 | 7 | 507 | 67 | 124 |
Binary | 11101100 | 10111110 | 11010111 | 0 | 10011 | 1001 | 111 | 101000111 | 110111 | 1010100 |
Color Harmonies of #ECBED7
Complementary color
Monochromatic Colors of #ECBED7
Black with #ECBED7
Text Example
Text Example
White with #ECBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBED7; }
p { color: rgb(236,190,215); }
H1.HeaderClassName
{
color: #ECBED7;
}
.AnyTagClassName
{
color: #ECBED7;
}
</style>
background-color css
<style>
a { background-color: #ECBED7; }
a { background-color: rgb(236,190,215); }
div.DivClassName
{
background-color: #ECBED7;
}
.BgClassName
{
background-color: #ECBED7;
}
</style>
border-color css
<style>
span { border-color: #ECBED7; }
span { border-color: rgb(236,190,215); }
td.TdClassName
{
border-color: #ECBED7;
}
.TagClassName
{
border-color: #ECBED7;
}
</style>