Shades of Classic Rose #EFC0D6
Tints of Classic Rose #EFC0D6
RGB
CMYK
RGB Variations
Color information
#EFC0D6 (or 0xEFC0D6) is known color: Classic Rose. HEX triplet: EF, C0 and D6. RGB value is (239,192,214). Sum of RGB (Red+Green+Blue) = 239+192+214=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0D6 is #103F29. Grayscale: #D0D0D0. Windows color (decimal): -1064746 or 14074095. OLE color: 14074095.
HSL color Cylindrical-coordinate representation of color #EFC0D6: hue angle of 331.91º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0D6 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 214 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.06 |
| HSL | 331.91º | 0.59% | 0.85% | - |
| HSV(B) | 331.91º | 0.2% | 0.94% | - |
| XYZ | 66.58 | 60.91 | 71.86 | - |
| YUV | 208.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 214 | 0 | 0.20 | 0.10 | 0.06 | 331.91 | 0.59 | 0.85 |
| Hex | EF | C0 | D6 | 0 | 14 | A | 6 | 14C | 3B | 55 |
| Octal | 357 | 300 | 326 | 0 | 24 | 12 | 6 | 514 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11010110 | 0 | 10100 | 1010 | 110 | 101001100 | 111011 | 1010101 |
Color Harmonies of #EFC0D6
Complementary color
Monochromatic Colors of #EFC0D6
Black with #EFC0D6
Text Example
Text Example
White with #EFC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0D6; }
p { color: rgb(239,192,214); }
H1.HeaderClassName
{
color: #EFC0D6;
}
.AnyTagClassName
{
color: #EFC0D6;
}
</style>
background-color css
<style>
a { background-color: #EFC0D6; }
a { background-color: rgb(239,192,214); }
div.DivClassName
{
background-color: #EFC0D6;
}
.BgClassName
{
background-color: #EFC0D6;
}
</style>
border-color css
<style>
span { border-color: #EFC0D6; }
span { border-color: rgb(239,192,214); }
td.TdClassName
{
border-color: #EFC0D6;
}
.TagClassName
{
border-color: #EFC0D6;
}
</style>