Shades of Classic Rose #EFD2E1
Tints of Classic Rose #EFD2E1
RGB
CMYK
RGB Variations
Color information
#EFD2E1 (or 0xEFD2E1) is known color: Classic Rose. HEX triplet: EF, D2 and E1. RGB value is (239,210,225). Sum of RGB (Red+Green+Blue) = 239+210+225=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2E1 is #102D1E. Grayscale: #DCDCDC. Windows color (decimal): -1060127 or 14799599. OLE color: 14799599.
HSL color Cylindrical-coordinate representation of color #EFD2E1: hue angle of 328.97º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD2E1 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 225 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.06 |
| HSL | 328.97º | 0.48% | 0.88% | - |
| HSV(B) | 328.97º | 0.12% | 0.94% | - |
| XYZ | 72.23 | 69.88 | 80.92 | - |
| YUV | 220.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 225 | 0 | 0.12 | 0.06 | 0.06 | 328.97 | 0.48 | 0.88 |
| Hex | EF | D2 | E1 | 0 | C | 6 | 6 | 149 | 30 | 58 |
| Octal | 357 | 322 | 341 | 0 | 14 | 6 | 6 | 511 | 60 | 130 |
| Binary | 11101111 | 11010010 | 11100001 | 0 | 1100 | 110 | 110 | 101001001 | 110000 | 1011000 |
Color Harmonies of #EFD2E1
Complementary color
Monochromatic Colors of #EFD2E1
Black with #EFD2E1
Text Example
Text Example
White with #EFD2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2E1; }
p { color: rgb(239,210,225); }
H1.HeaderClassName
{
color: #EFD2E1;
}
.AnyTagClassName
{
color: #EFD2E1;
}
</style>
background-color css
<style>
a { background-color: #EFD2E1; }
a { background-color: rgb(239,210,225); }
div.DivClassName
{
background-color: #EFD2E1;
}
.BgClassName
{
background-color: #EFD2E1;
}
</style>
border-color css
<style>
span { border-color: #EFD2E1; }
span { border-color: rgb(239,210,225); }
td.TdClassName
{
border-color: #EFD2E1;
}
.TagClassName
{
border-color: #EFD2E1;
}
</style>