Shades of Classic Rose #EFBEDB
Tints of Classic Rose #EFBEDB
RGB
CMYK
RGB Variations
Color information
#EFBEDB (or 0xEFBEDB) is known color: Classic Rose. HEX triplet: EF, BE and DB. RGB value is (239,190,219). Sum of RGB (Red+Green+Blue) = 239+190+219=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDB is #104124. Grayscale: #CFCFCF. Windows color (decimal): -1065253 or 14401263. OLE color: 14401263.
HSL color Cylindrical-coordinate representation of color #EFBEDB: hue angle of 324.49º 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 #EFBEDB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 219 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.06 |
| HSL | 324.49º | 0.6% | 0.84% | - |
| HSV(B) | 324.49º | 0.21% | 0.94% | - |
| XYZ | 66.8 | 60.29 | 75.13 | - |
| YUV | 207.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 219 | 0 | 0.21 | 0.08 | 0.06 | 324.49 | 0.6 | 0.84 |
| Hex | EF | BE | DB | 0 | 15 | 8 | 6 | 144 | 3C | 54 |
| Octal | 357 | 276 | 333 | 0 | 25 | 10 | 6 | 504 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11011011 | 0 | 10101 | 1000 | 110 | 101000100 | 111100 | 1010100 |
Color Harmonies of #EFBEDB
Complementary color
Monochromatic Colors of #EFBEDB
Black with #EFBEDB
Text Example
Text Example
White with #EFBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEDB; }
p { color: rgb(239,190,219); }
H1.HeaderClassName
{
color: #EFBEDB;
}
.AnyTagClassName
{
color: #EFBEDB;
}
</style>
background-color css
<style>
a { background-color: #EFBEDB; }
a { background-color: rgb(239,190,219); }
div.DivClassName
{
background-color: #EFBEDB;
}
.BgClassName
{
background-color: #EFBEDB;
}
</style>
border-color css
<style>
span { border-color: #EFBEDB; }
span { border-color: rgb(239,190,219); }
td.TdClassName
{
border-color: #EFBEDB;
}
.TagClassName
{
border-color: #EFBEDB;
}
</style>