Shades of Classic Rose #EBC7E0
Tints of Classic Rose #EBC7E0
RGB
CMYK
RGB Variations
Color information
#EBC7E0 (or 0xEBC7E0) is known color: Classic Rose. HEX triplet: EB, C7 and E0. RGB value is (235,199,224). Sum of RGB (Red+Green+Blue) = 235+199+224=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7E0 is #14381F. Grayscale: #D4D4D4. Windows color (decimal): -1325088 or 14731243. OLE color: 14731243.
HSL color Cylindrical-coordinate representation of color #EBC7E0: hue angle of 318.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC7E0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 224 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.08 |
| HSL | 318.33º | 0.47% | 0.85% | - |
| HSV(B) | 318.33º | 0.15% | 0.92% | - |
| XYZ | 68.14 | 63.89 | 79.26 | - |
| YUV | 212.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 224 | 0 | 0.15 | 0.05 | 0.08 | 318.33 | 0.47 | 0.85 |
| Hex | EB | C7 | E0 | 0 | F | 5 | 8 | 13E | 2F | 55 |
| Octal | 353 | 307 | 340 | 0 | 17 | 5 | 10 | 476 | 57 | 125 |
| Binary | 11101011 | 11000111 | 11100000 | 0 | 1111 | 101 | 1000 | 100111110 | 101111 | 1010101 |
Color Harmonies of #EBC7E0
Complementary color
Monochromatic Colors of #EBC7E0
Black with #EBC7E0
Text Example
Text Example
White with #EBC7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7E0; }
p { color: rgb(235,199,224); }
H1.HeaderClassName
{
color: #EBC7E0;
}
.AnyTagClassName
{
color: #EBC7E0;
}
</style>
background-color css
<style>
a { background-color: #EBC7E0; }
a { background-color: rgb(235,199,224); }
div.DivClassName
{
background-color: #EBC7E0;
}
.BgClassName
{
background-color: #EBC7E0;
}
</style>
border-color css
<style>
span { border-color: #EBC7E0; }
span { border-color: rgb(235,199,224); }
td.TdClassName
{
border-color: #EBC7E0;
}
.TagClassName
{
border-color: #EBC7E0;
}
</style>