Shades of Classic Rose #EFBEDA
Tints of Classic Rose #EFBEDA
RGB
CMYK
RGB Variations
Color information
#EFBEDA (or 0xEFBEDA) is known color: Classic Rose. HEX triplet: EF, BE and DA. RGB value is (239,190,218). Sum of RGB (Red+Green+Blue) = 239+190+218=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDA is #104125. Grayscale: #CFCFCF. Windows color (decimal): -1065254 or 14335727. OLE color: 14335727.
HSL color Cylindrical-coordinate representation of color #EFBEDA: hue angle of 325.71º degrees, saturation: 0.6, 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 #EFBEDA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 218 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.06 |
| HSL | 325.71º | 0.6% | 0.84% | - |
| HSV(B) | 325.71º | 0.21% | 0.94% | - |
| XYZ | 66.66 | 60.24 | 74.44 | - |
| YUV | 207.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 218 | 0 | 0.21 | 0.09 | 0.06 | 325.71 | 0.6 | 0.84 |
| Hex | EF | BE | DA | 0 | 15 | 9 | 6 | 146 | 3C | 54 |
| Octal | 357 | 276 | 332 | 0 | 25 | 11 | 6 | 506 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11011010 | 0 | 10101 | 1001 | 110 | 101000110 | 111100 | 1010100 |
Color Harmonies of #EFBEDA
Complementary color
Monochromatic Colors of #EFBEDA
Black with #EFBEDA
Text Example
Text Example
White with #EFBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEDA; }
p { color: rgb(239,190,218); }
H1.HeaderClassName
{
color: #EFBEDA;
}
.AnyTagClassName
{
color: #EFBEDA;
}
</style>
background-color css
<style>
a { background-color: #EFBEDA; }
a { background-color: rgb(239,190,218); }
div.DivClassName
{
background-color: #EFBEDA;
}
.BgClassName
{
background-color: #EFBEDA;
}
</style>
border-color css
<style>
span { border-color: #EFBEDA; }
span { border-color: rgb(239,190,218); }
td.TdClassName
{
border-color: #EFBEDA;
}
.TagClassName
{
border-color: #EFBEDA;
}
</style>