Shades of Classic Rose #EFD0E1
Tints of Classic Rose #EFD0E1
RGB
CMYK
RGB Variations
Color information
#EFD0E1 (or 0xEFD0E1) is known color: Classic Rose. HEX triplet: EF, D0 and E1. RGB value is (239,208,225). Sum of RGB (Red+Green+Blue) = 239+208+225=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0E1 is #102F1E. Grayscale: #DBDBDB. Windows color (decimal): -1060639 or 14799087. OLE color: 14799087.
HSL color Cylindrical-coordinate representation of color #EFD0E1: hue angle of 327.1º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD0E1 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 225 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.06 |
| HSL | 327.1º | 0.49% | 0.88% | - |
| HSV(B) | 327.1º | 0.13% | 0.94% | - |
| XYZ | 71.74 | 68.9 | 80.75 | - |
| YUV | 219.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 225 | 0 | 0.13 | 0.06 | 0.06 | 327.1 | 0.49 | 0.88 |
| Hex | EF | D0 | E1 | 0 | D | 6 | 6 | 147 | 31 | 58 |
| Octal | 357 | 320 | 341 | 0 | 15 | 6 | 6 | 507 | 61 | 130 |
| Binary | 11101111 | 11010000 | 11100001 | 0 | 1101 | 110 | 110 | 101000111 | 110001 | 1011000 |
Color Harmonies of #EFD0E1
Complementary color
Monochromatic Colors of #EFD0E1
Black with #EFD0E1
Text Example
Text Example
White with #EFD0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0E1; }
p { color: rgb(239,208,225); }
H1.HeaderClassName
{
color: #EFD0E1;
}
.AnyTagClassName
{
color: #EFD0E1;
}
</style>
background-color css
<style>
a { background-color: #EFD0E1; }
a { background-color: rgb(239,208,225); }
div.DivClassName
{
background-color: #EFD0E1;
}
.BgClassName
{
background-color: #EFD0E1;
}
</style>
border-color css
<style>
span { border-color: #EFD0E1; }
span { border-color: rgb(239,208,225); }
td.TdClassName
{
border-color: #EFD0E1;
}
.TagClassName
{
border-color: #EFD0E1;
}
</style>