Shades of Classic Rose #EBBFDA
Tints of Classic Rose #EBBFDA
RGB
CMYK
RGB Variations
Color information
#EBBFDA (or 0xEBBFDA) is known color: Classic Rose. HEX triplet: EB, BF and DA. RGB value is (235,191,218). Sum of RGB (Red+Green+Blue) = 235+191+218=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDA is #144025. Grayscale: #CFCFCF. Windows color (decimal): -1327142 or 14335979. OLE color: 14335979.
HSL color Cylindrical-coordinate representation of color #EBBFDA: hue angle of 323.18º 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 #EBBFDA is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 218 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.08 |
| HSL | 323.18º | 0.52% | 0.84% | - |
| HSV(B) | 323.18º | 0.19% | 0.92% | - |
| XYZ | 65.55 | 59.99 | 74.45 | - |
| YUV | 207.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 218 | 0 | 0.19 | 0.07 | 0.08 | 323.18 | 0.52 | 0.84 |
| Hex | EB | BF | DA | 0 | 13 | 7 | 8 | 143 | 34 | 54 |
| Octal | 353 | 277 | 332 | 0 | 23 | 7 | 10 | 503 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11011010 | 0 | 10011 | 111 | 1000 | 101000011 | 110100 | 1010100 |
Color Harmonies of #EBBFDA
Complementary color
Monochromatic Colors of #EBBFDA
Black with #EBBFDA
Text Example
Text Example
White with #EBBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFDA; }
p { color: rgb(235,191,218); }
H1.HeaderClassName
{
color: #EBBFDA;
}
.AnyTagClassName
{
color: #EBBFDA;
}
</style>
background-color css
<style>
a { background-color: #EBBFDA; }
a { background-color: rgb(235,191,218); }
div.DivClassName
{
background-color: #EBBFDA;
}
.BgClassName
{
background-color: #EBBFDA;
}
</style>
border-color css
<style>
span { border-color: #EBBFDA; }
span { border-color: rgb(235,191,218); }
td.TdClassName
{
border-color: #EBBFDA;
}
.TagClassName
{
border-color: #EBBFDA;
}
</style>