Shades of Classic Rose #EBBFD3
Tints of Classic Rose #EBBFD3
RGB
CMYK
RGB Variations
Color information
#EBBFD3 (or 0xEBBFD3) is known color: Classic Rose. HEX triplet: EB, BF and D3. RGB value is (235,191,211). Sum of RGB (Red+Green+Blue) = 235+191+211=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFD3 is #14402C. Grayscale: #CECECE. Windows color (decimal): -1327149 or 13877227. OLE color: 13877227.
HSL color Cylindrical-coordinate representation of color #EBBFD3: hue angle of 332.73º 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 #EBBFD3 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 211 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.08 |
| HSL | 332.73º | 0.52% | 0.84% | - |
| HSV(B) | 332.73º | 0.19% | 0.92% | - |
| XYZ | 64.65 | 59.63 | 69.73 | - |
| YUV | 206.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 211 | 0 | 0.19 | 0.10 | 0.08 | 332.73 | 0.52 | 0.84 |
| Hex | EB | BF | D3 | 0 | 13 | A | 8 | 14D | 34 | 54 |
| Octal | 353 | 277 | 323 | 0 | 23 | 12 | 10 | 515 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11010011 | 0 | 10011 | 1010 | 1000 | 101001101 | 110100 | 1010100 |
Color Harmonies of #EBBFD3
Complementary color
Monochromatic Colors of #EBBFD3
Black with #EBBFD3
Text Example
Text Example
White with #EBBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFD3; }
p { color: rgb(235,191,211); }
H1.HeaderClassName
{
color: #EBBFD3;
}
.AnyTagClassName
{
color: #EBBFD3;
}
</style>
background-color css
<style>
a { background-color: #EBBFD3; }
a { background-color: rgb(235,191,211); }
div.DivClassName
{
background-color: #EBBFD3;
}
.BgClassName
{
background-color: #EBBFD3;
}
</style>
border-color css
<style>
span { border-color: #EBBFD3; }
span { border-color: rgb(235,191,211); }
td.TdClassName
{
border-color: #EBBFD3;
}
.TagClassName
{
border-color: #EBBFD3;
}
</style>