Shades of Classic Rose #EFD5E3
Tints of Classic Rose #EFD5E3
RGB
CMYK
RGB Variations
Color information
#EFD5E3 (or 0xEFD5E3) is known color: Classic Rose. HEX triplet: EF, D5 and E3. RGB value is (239,213,227). Sum of RGB (Red+Green+Blue) = 239+213+227=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5E3 is #102A1C. Grayscale: #DEDEDE. Windows color (decimal): -1059357 or 14931439. OLE color: 14931439.
HSL color Cylindrical-coordinate representation of color #EFD5E3: hue angle of 327.69º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD5E3 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 227 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.06 |
| HSL | 327.69º | 0.45% | 0.89% | - |
| HSV(B) | 327.69º | 0.11% | 0.94% | - |
| XYZ | 73.26 | 71.49 | 82.61 | - |
| YUV | 222.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 227 | 0 | 0.11 | 0.05 | 0.06 | 327.69 | 0.45 | 0.89 |
| Hex | EF | D5 | E3 | 0 | B | 5 | 6 | 148 | 2D | 59 |
| Octal | 357 | 325 | 343 | 0 | 13 | 5 | 6 | 510 | 55 | 131 |
| Binary | 11101111 | 11010101 | 11100011 | 0 | 1011 | 101 | 110 | 101001000 | 101101 | 1011001 |
Color Harmonies of #EFD5E3
Complementary color
Monochromatic Colors of #EFD5E3
Black with #EFD5E3
Text Example
Text Example
White with #EFD5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5E3; }
p { color: rgb(239,213,227); }
H1.HeaderClassName
{
color: #EFD5E3;
}
.AnyTagClassName
{
color: #EFD5E3;
}
</style>
background-color css
<style>
a { background-color: #EFD5E3; }
a { background-color: rgb(239,213,227); }
div.DivClassName
{
background-color: #EFD5E3;
}
.BgClassName
{
background-color: #EFD5E3;
}
</style>
border-color css
<style>
span { border-color: #EFD5E3; }
span { border-color: rgb(239,213,227); }
td.TdClassName
{
border-color: #EFD5E3;
}
.TagClassName
{
border-color: #EFD5E3;
}
</style>