Shades of Classic Rose #EBCBE0
Tints of Classic Rose #EBCBE0
RGB
CMYK
RGB Variations
Color information
#EBCBE0 (or 0xEBCBE0) is known color: Classic Rose. HEX triplet: EB, CB and E0. RGB value is (235,203,224). Sum of RGB (Red+Green+Blue) = 235+203+224=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBE0 is #14341F. Grayscale: #D6D6D6. Windows color (decimal): -1324064 or 14732267. OLE color: 14732267.
HSL color Cylindrical-coordinate representation of color #EBCBE0: hue angle of 320.62º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBE0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 224 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.08 |
| HSL | 320.63º | 0.44% | 0.86% | - |
| HSV(B) | 320.63º | 0.14% | 0.92% | - |
| XYZ | 69.07 | 65.76 | 79.57 | - |
| YUV | 214.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 224 | 0 | 0.14 | 0.05 | 0.08 | 320.63 | 0.44 | 0.86 |
| Hex | EB | CB | E0 | 0 | E | 5 | 8 | 141 | 2C | 56 |
| Octal | 353 | 313 | 340 | 0 | 16 | 5 | 10 | 501 | 54 | 126 |
| Binary | 11101011 | 11001011 | 11100000 | 0 | 1110 | 101 | 1000 | 101000001 | 101100 | 1010110 |
Color Harmonies of #EBCBE0
Complementary color
Monochromatic Colors of #EBCBE0
Black with #EBCBE0
Text Example
Text Example
White with #EBCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBE0; }
p { color: rgb(235,203,224); }
H1.HeaderClassName
{
color: #EBCBE0;
}
.AnyTagClassName
{
color: #EBCBE0;
}
</style>
background-color css
<style>
a { background-color: #EBCBE0; }
a { background-color: rgb(235,203,224); }
div.DivClassName
{
background-color: #EBCBE0;
}
.BgClassName
{
background-color: #EBCBE0;
}
</style>
border-color css
<style>
span { border-color: #EBCBE0; }
span { border-color: rgb(235,203,224); }
td.TdClassName
{
border-color: #EBCBE0;
}
.TagClassName
{
border-color: #EBCBE0;
}
</style>