Shades of Classic Rose #EFBBD5
Tints of Classic Rose #EFBBD5
RGB
CMYK
RGB Variations
Color information
#EFBBD5 (or 0xEFBBD5) is known color: Classic Rose. HEX triplet: EF, BB and D5. RGB value is (239,187,213). Sum of RGB (Red+Green+Blue) = 239+187+213=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD5 is #10442A. Grayscale: #CDCDCD. Windows color (decimal): -1066027 or 14007279. OLE color: 14007279.
HSL color Cylindrical-coordinate representation of color #EFBBD5: hue angle of 330º 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 #EFBBD5 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 213 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.06 |
| HSL | 330º | 0.62% | 0.84% | - |
| HSV(B) | 330º | 0.22% | 0.94% | - |
| XYZ | 65.38 | 58.7 | 70.83 | - |
| YUV | 205.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 213 | 0 | 0.22 | 0.11 | 0.06 | 330 | 0.62 | 0.84 |
| Hex | EF | BB | D5 | 0 | 16 | B | 6 | 14A | 3E | 54 |
| Octal | 357 | 273 | 325 | 0 | 26 | 13 | 6 | 512 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11010101 | 0 | 10110 | 1011 | 110 | 101001010 | 111110 | 1010100 |
Color Harmonies of #EFBBD5
Complementary color
Monochromatic Colors of #EFBBD5
Black with #EFBBD5
Text Example
Text Example
White with #EFBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBD5; }
p { color: rgb(239,187,213); }
H1.HeaderClassName
{
color: #EFBBD5;
}
.AnyTagClassName
{
color: #EFBBD5;
}
</style>
background-color css
<style>
a { background-color: #EFBBD5; }
a { background-color: rgb(239,187,213); }
div.DivClassName
{
background-color: #EFBBD5;
}
.BgClassName
{
background-color: #EFBBD5;
}
</style>
border-color css
<style>
span { border-color: #EFBBD5; }
span { border-color: rgb(239,187,213); }
td.TdClassName
{
border-color: #EFBBD5;
}
.TagClassName
{
border-color: #EFBBD5;
}
</style>