Shades of Classic Rose #EFBCDB
Tints of Classic Rose #EFBCDB
RGB
CMYK
RGB Variations
Color information
#EFBCDB (or 0xEFBCDB) is known color: Classic Rose. HEX triplet: EF, BC and DB. RGB value is (239,188,219). Sum of RGB (Red+Green+Blue) = 239+188+219=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCDB is #104324. Grayscale: #CECECE. Windows color (decimal): -1065765 or 14400751. OLE color: 14400751.
HSL color Cylindrical-coordinate representation of color #EFBCDB: hue angle of 323.53º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBCDB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 219 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.06 |
| HSL | 323.53º | 0.61% | 0.84% | - |
| HSV(B) | 323.53º | 0.21% | 0.94% | - |
| XYZ | 66.37 | 59.43 | 74.99 | - |
| YUV | 206.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 219 | 0 | 0.21 | 0.08 | 0.06 | 323.53 | 0.61 | 0.84 |
| Hex | EF | BC | DB | 0 | 15 | 8 | 6 | 144 | 3D | 54 |
| Octal | 357 | 274 | 333 | 0 | 25 | 10 | 6 | 504 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11011011 | 0 | 10101 | 1000 | 110 | 101000100 | 111101 | 1010100 |
Color Harmonies of #EFBCDB
Complementary color
Monochromatic Colors of #EFBCDB
Black with #EFBCDB
Text Example
Text Example
White with #EFBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCDB; }
p { color: rgb(239,188,219); }
H1.HeaderClassName
{
color: #EFBCDB;
}
.AnyTagClassName
{
color: #EFBCDB;
}
</style>
background-color css
<style>
a { background-color: #EFBCDB; }
a { background-color: rgb(239,188,219); }
div.DivClassName
{
background-color: #EFBCDB;
}
.BgClassName
{
background-color: #EFBCDB;
}
</style>
border-color css
<style>
span { border-color: #EFBCDB; }
span { border-color: rgb(239,188,219); }
td.TdClassName
{
border-color: #EFBCDB;
}
.TagClassName
{
border-color: #EFBCDB;
}
</style>