Shades of Classic Rose #EBBCD5
Tints of Classic Rose #EBBCD5
RGB
CMYK
RGB Variations
Color information
#EBBCD5 (or 0xEBBCD5) is known color: Classic Rose. HEX triplet: EB, BC and D5. RGB value is (235,188,213). Sum of RGB (Red+Green+Blue) = 235+188+213=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD5 is #14432A. Grayscale: #CCCCCC. Windows color (decimal): -1327915 or 14007531. OLE color: 14007531.
HSL color Cylindrical-coordinate representation of color #EBBCD5: hue angle of 328.09º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCD5 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 213 | - |
| CMYK | 0 | 0.2 | 0.09 | 0.08 |
| HSL | 328.09º | 0.54% | 0.83% | - |
| HSV(B) | 328.09º | 0.2% | 0.92% | - |
| XYZ | 64.25 | 58.43 | 70.84 | - |
| YUV | 204.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 213 | 0 | 0.2 | 0.09 | 0.08 | 328.09 | 0.54 | 0.83 |
| Hex | EB | BC | D5 | 0 | 14 | 9 | 8 | 148 | 36 | 53 |
| Octal | 353 | 274 | 325 | 0 | 24 | 11 | 10 | 510 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11010101 | 0 | 10100 | 1001 | 1000 | 101001000 | 110110 | 1010011 |
Color Harmonies of #EBBCD5
Complementary color
Monochromatic Colors of #EBBCD5
Black with #EBBCD5
Text Example
Text Example
White with #EBBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCD5; }
p { color: rgb(235,188,213); }
H1.HeaderClassName
{
color: #EBBCD5;
}
.AnyTagClassName
{
color: #EBBCD5;
}
</style>
background-color css
<style>
a { background-color: #EBBCD5; }
a { background-color: rgb(235,188,213); }
div.DivClassName
{
background-color: #EBBCD5;
}
.BgClassName
{
background-color: #EBBCD5;
}
</style>
border-color css
<style>
span { border-color: #EBBCD5; }
span { border-color: rgb(235,188,213); }
td.TdClassName
{
border-color: #EBBCD5;
}
.TagClassName
{
border-color: #EBBCD5;
}
</style>