Shades of Classic Rose #EFBFD5
Tints of Classic Rose #EFBFD5
RGB
CMYK
RGB Variations
Color information
#EFBFD5 (or 0xEFBFD5) is known color: Classic Rose. HEX triplet: EF, BF and D5. RGB value is (239,191,213). Sum of RGB (Red+Green+Blue) = 239+191+213=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD5 is #10402A. Grayscale: #CFCFCF. Windows color (decimal): -1065003 or 14008303. OLE color: 14008303.
HSL color Cylindrical-coordinate representation of color #EFBFD5: hue angle of 332.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFD5 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 213 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.06 |
| HSL | 332.5º | 0.6% | 0.84% | - |
| HSV(B) | 332.5º | 0.2% | 0.94% | - |
| XYZ | 66.24 | 60.42 | 71.12 | - |
| YUV | 207.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 213 | 0 | 0.20 | 0.11 | 0.06 | 332.5 | 0.6 | 0.84 |
| Hex | EF | BF | D5 | 0 | 14 | B | 6 | 14C | 3C | 54 |
| Octal | 357 | 277 | 325 | 0 | 24 | 13 | 6 | 514 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11010101 | 0 | 10100 | 1011 | 110 | 101001100 | 111100 | 1010100 |
Color Harmonies of #EFBFD5
Complementary color
Monochromatic Colors of #EFBFD5
Black with #EFBFD5
Text Example
Text Example
White with #EFBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFD5; }
p { color: rgb(239,191,213); }
H1.HeaderClassName
{
color: #EFBFD5;
}
.AnyTagClassName
{
color: #EFBFD5;
}
</style>
background-color css
<style>
a { background-color: #EFBFD5; }
a { background-color: rgb(239,191,213); }
div.DivClassName
{
background-color: #EFBFD5;
}
.BgClassName
{
background-color: #EFBFD5;
}
</style>
border-color css
<style>
span { border-color: #EFBFD5; }
span { border-color: rgb(239,191,213); }
td.TdClassName
{
border-color: #EFBFD5;
}
.TagClassName
{
border-color: #EFBFD5;
}
</style>