Shades of Classic Rose #EBBFD6
Tints of Classic Rose #EBBFD6
RGB
CMYK
RGB Variations
Color information
#EBBFD6 (or 0xEBBFD6) is known color: Classic Rose. HEX triplet: EB, BF and D6. RGB value is (235,191,214). Sum of RGB (Red+Green+Blue) = 235+191+214=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFD6 is #144029. Grayscale: #CECECE. Windows color (decimal): -1327146 or 14073835. OLE color: 14073835.
HSL color Cylindrical-coordinate representation of color #EBBFD6: hue angle of 328.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFD6 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 214 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.08 |
| HSL | 328.64º | 0.52% | 0.84% | - |
| HSV(B) | 328.64º | 0.19% | 0.92% | - |
| XYZ | 65.03 | 59.78 | 71.73 | - |
| YUV | 206.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 214 | 0 | 0.19 | 0.09 | 0.08 | 328.64 | 0.52 | 0.84 |
| Hex | EB | BF | D6 | 0 | 13 | 9 | 8 | 149 | 34 | 54 |
| Octal | 353 | 277 | 326 | 0 | 23 | 11 | 10 | 511 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11010110 | 0 | 10011 | 1001 | 1000 | 101001001 | 110100 | 1010100 |
Color Harmonies of #EBBFD6
Complementary color
Monochromatic Colors of #EBBFD6
Black with #EBBFD6
Text Example
Text Example
White with #EBBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFD6; }
p { color: rgb(235,191,214); }
H1.HeaderClassName
{
color: #EBBFD6;
}
.AnyTagClassName
{
color: #EBBFD6;
}
</style>
background-color css
<style>
a { background-color: #EBBFD6; }
a { background-color: rgb(235,191,214); }
div.DivClassName
{
background-color: #EBBFD6;
}
.BgClassName
{
background-color: #EBBFD6;
}
</style>
border-color css
<style>
span { border-color: #EBBFD6; }
span { border-color: rgb(235,191,214); }
td.TdClassName
{
border-color: #EBBFD6;
}
.TagClassName
{
border-color: #EBBFD6;
}
</style>