Shades of Classic Rose #EBBAD7
Tints of Classic Rose #EBBAD7
RGB
CMYK
RGB Variations
Color information
#EBBAD7 (or 0xEBBAD7) is known color: Classic Rose. HEX triplet: EB, BA and D7. RGB value is (235,186,215). Sum of RGB (Red+Green+Blue) = 235+186+215=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAD7 is #144528. Grayscale: #CBCBCB. Windows color (decimal): -1328425 or 14138091. OLE color: 14138091.
HSL color Cylindrical-coordinate representation of color #EBBAD7: hue angle of 324.49º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAD7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 215 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.08 |
| HSL | 324.49º | 0.55% | 0.83% | - |
| HSV(B) | 324.49º | 0.21% | 0.92% | - |
| XYZ | 64.09 | 57.69 | 72.05 | - |
| YUV | 203.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 215 | 0 | 0.21 | 0.09 | 0.08 | 324.49 | 0.55 | 0.83 |
| Hex | EB | BA | D7 | 0 | 15 | 9 | 8 | 144 | 37 | 53 |
| Octal | 353 | 272 | 327 | 0 | 25 | 11 | 10 | 504 | 67 | 123 |
| Binary | 11101011 | 10111010 | 11010111 | 0 | 10101 | 1001 | 1000 | 101000100 | 110111 | 1010011 |
Color Harmonies of #EBBAD7
Complementary color
Monochromatic Colors of #EBBAD7
Black with #EBBAD7
Text Example
Text Example
White with #EBBAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAD7; }
p { color: rgb(235,186,215); }
H1.HeaderClassName
{
color: #EBBAD7;
}
.AnyTagClassName
{
color: #EBBAD7;
}
</style>
background-color css
<style>
a { background-color: #EBBAD7; }
a { background-color: rgb(235,186,215); }
div.DivClassName
{
background-color: #EBBAD7;
}
.BgClassName
{
background-color: #EBBAD7;
}
</style>
border-color css
<style>
span { border-color: #EBBAD7; }
span { border-color: rgb(235,186,215); }
td.TdClassName
{
border-color: #EBBAD7;
}
.TagClassName
{
border-color: #EBBAD7;
}
</style>