Shades of Classic Rose #EFC9E0
Tints of Classic Rose #EFC9E0
RGB
CMYK
RGB Variations
Color information
#EFC9E0 (or 0xEFC9E0) is known color: Classic Rose. HEX triplet: EF, C9 and E0. RGB value is (239,201,224). Sum of RGB (Red+Green+Blue) = 239+201+224=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9E0 is #10361F. Grayscale: #D6D6D6. Windows color (decimal): -1062432 or 14731759. OLE color: 14731759.
HSL color Cylindrical-coordinate representation of color #EFC9E0: hue angle of 323.68º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC9E0 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 224 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.06 |
| HSL | 323.68º | 0.54% | 0.86% | - |
| HSV(B) | 323.68º | 0.16% | 0.94% | - |
| XYZ | 69.94 | 65.51 | 79.48 | - |
| YUV | 214.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 224 | 0 | 0.16 | 0.06 | 0.06 | 323.68 | 0.54 | 0.86 |
| Hex | EF | C9 | E0 | 0 | 10 | 6 | 6 | 144 | 36 | 56 |
| Octal | 357 | 311 | 340 | 0 | 20 | 6 | 6 | 504 | 66 | 126 |
| Binary | 11101111 | 11001001 | 11100000 | 0 | 10000 | 110 | 110 | 101000100 | 110110 | 1010110 |
Color Harmonies of #EFC9E0
Complementary color
Monochromatic Colors of #EFC9E0
Black with #EFC9E0
Text Example
Text Example
White with #EFC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9E0; }
p { color: rgb(239,201,224); }
H1.HeaderClassName
{
color: #EFC9E0;
}
.AnyTagClassName
{
color: #EFC9E0;
}
</style>
background-color css
<style>
a { background-color: #EFC9E0; }
a { background-color: rgb(239,201,224); }
div.DivClassName
{
background-color: #EFC9E0;
}
.BgClassName
{
background-color: #EFC9E0;
}
</style>
border-color css
<style>
span { border-color: #EFC9E0; }
span { border-color: rgb(239,201,224); }
td.TdClassName
{
border-color: #EFC9E0;
}
.TagClassName
{
border-color: #EFC9E0;
}
</style>