Shades of Classic Rose #EBCBE1
Tints of Classic Rose #EBCBE1
RGB
CMYK
RGB Variations
Color information
#EBCBE1 (or 0xEBCBE1) is known color: Classic Rose. HEX triplet: EB, CB and E1. RGB value is (235,203,225). Sum of RGB (Red+Green+Blue) = 235+203+225=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBE1 is #14341E. Grayscale: #D7D7D7. Windows color (decimal): -1324063 or 14797803. OLE color: 14797803.
HSL color Cylindrical-coordinate representation of color #EBCBE1: hue angle of 318.75º 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 #EBCBE1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 225 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.08 |
| HSL | 318.75º | 0.44% | 0.86% | - |
| HSV(B) | 318.75º | 0.14% | 0.92% | - |
| XYZ | 69.21 | 65.81 | 80.29 | - |
| YUV | 215.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 225 | 0 | 0.14 | 0.04 | 0.08 | 318.75 | 0.44 | 0.86 |
| Hex | EB | CB | E1 | 0 | E | 4 | 8 | 13F | 2C | 56 |
| Octal | 353 | 313 | 341 | 0 | 16 | 4 | 10 | 477 | 54 | 126 |
| Binary | 11101011 | 11001011 | 11100001 | 0 | 1110 | 100 | 1000 | 100111111 | 101100 | 1010110 |
Color Harmonies of #EBCBE1
Complementary color
Monochromatic Colors of #EBCBE1
Black with #EBCBE1
Text Example
Text Example
White with #EBCBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBE1; }
p { color: rgb(235,203,225); }
H1.HeaderClassName
{
color: #EBCBE1;
}
.AnyTagClassName
{
color: #EBCBE1;
}
</style>
background-color css
<style>
a { background-color: #EBCBE1; }
a { background-color: rgb(235,203,225); }
div.DivClassName
{
background-color: #EBCBE1;
}
.BgClassName
{
background-color: #EBCBE1;
}
</style>
border-color css
<style>
span { border-color: #EBCBE1; }
span { border-color: rgb(235,203,225); }
td.TdClassName
{
border-color: #EBCBE1;
}
.TagClassName
{
border-color: #EBCBE1;
}
</style>