Shades of Classic Rose #EFBBDB
Tints of Classic Rose #EFBBDB
RGB
CMYK
RGB Variations
Color information
#EFBBDB (or 0xEFBBDB) is known color: Classic Rose. HEX triplet: EF, BB and DB. RGB value is (239,187,219). Sum of RGB (Red+Green+Blue) = 239+187+219=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBDB is #104424. Grayscale: #CECECE. Windows color (decimal): -1066021 or 14400495. OLE color: 14400495.
HSL color Cylindrical-coordinate representation of color #EFBBDB: hue angle of 323.08º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBDB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 219 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.06 |
| HSL | 323.08º | 0.62% | 0.84% | - |
| HSV(B) | 323.08º | 0.22% | 0.94% | - |
| XYZ | 66.15 | 59.01 | 74.92 | - |
| YUV | 206.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 219 | 0 | 0.22 | 0.08 | 0.06 | 323.08 | 0.62 | 0.84 |
| Hex | EF | BB | DB | 0 | 16 | 8 | 6 | 143 | 3E | 54 |
| Octal | 357 | 273 | 333 | 0 | 26 | 10 | 6 | 503 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11011011 | 0 | 10110 | 1000 | 110 | 101000011 | 111110 | 1010100 |
Color Harmonies of #EFBBDB
Complementary color
Monochromatic Colors of #EFBBDB
Black with #EFBBDB
Text Example
Text Example
White with #EFBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBDB; }
p { color: rgb(239,187,219); }
H1.HeaderClassName
{
color: #EFBBDB;
}
.AnyTagClassName
{
color: #EFBBDB;
}
</style>
background-color css
<style>
a { background-color: #EFBBDB; }
a { background-color: rgb(239,187,219); }
div.DivClassName
{
background-color: #EFBBDB;
}
.BgClassName
{
background-color: #EFBBDB;
}
</style>
border-color css
<style>
span { border-color: #EFBBDB; }
span { border-color: rgb(239,187,219); }
td.TdClassName
{
border-color: #EFBBDB;
}
.TagClassName
{
border-color: #EFBBDB;
}
</style>