Shades of Classic Rose #EBD0E1
Tints of Classic Rose #EBD0E1
RGB
CMYK
RGB Variations
Color information
#EBD0E1 (or 0xEBD0E1) is known color: Classic Rose. HEX triplet: EB, D0 and E1. RGB value is (235,208,225). Sum of RGB (Red+Green+Blue) = 235+208+225=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0E1 is #142F1E. Grayscale: #D9D9D9. Windows color (decimal): -1322783 or 14799083. OLE color: 14799083.
HSL color Cylindrical-coordinate representation of color #EBD0E1: hue angle of 322.22º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD0E1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 225 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.08 |
| HSL | 322.22º | 0.4% | 0.87% | - |
| HSV(B) | 322.22º | 0.11% | 0.92% | - |
| XYZ | 70.41 | 68.21 | 80.69 | - |
| YUV | 218.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 225 | 0 | 0.11 | 0.04 | 0.08 | 322.22 | 0.4 | 0.87 |
| Hex | EB | D0 | E1 | 0 | B | 4 | 8 | 142 | 28 | 57 |
| Octal | 353 | 320 | 341 | 0 | 13 | 4 | 10 | 502 | 50 | 127 |
| Binary | 11101011 | 11010000 | 11100001 | 0 | 1011 | 100 | 1000 | 101000010 | 101000 | 1010111 |
Color Harmonies of #EBD0E1
Complementary color
Monochromatic Colors of #EBD0E1
Black with #EBD0E1
Text Example
Text Example
White with #EBD0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0E1; }
p { color: rgb(235,208,225); }
H1.HeaderClassName
{
color: #EBD0E1;
}
.AnyTagClassName
{
color: #EBD0E1;
}
</style>
background-color css
<style>
a { background-color: #EBD0E1; }
a { background-color: rgb(235,208,225); }
div.DivClassName
{
background-color: #EBD0E1;
}
.BgClassName
{
background-color: #EBD0E1;
}
</style>
border-color css
<style>
span { border-color: #EBD0E1; }
span { border-color: rgb(235,208,225); }
td.TdClassName
{
border-color: #EBD0E1;
}
.TagClassName
{
border-color: #EBD0E1;
}
</style>