Shades of Classic Rose #EFC1D5
Tints of Classic Rose #EFC1D5
RGB
CMYK
RGB Variations
Color information
#EFC1D5 (or 0xEFC1D5) is known color: Classic Rose. HEX triplet: EF, C1 and D5. RGB value is (239,193,213). Sum of RGB (Red+Green+Blue) = 239+193+213=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1D5 is #103E2A. Grayscale: #D1D1D1. Windows color (decimal): -1064491 or 14008815. OLE color: 14008815.
HSL color Cylindrical-coordinate representation of color #EFC1D5: hue angle of 333.91º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC1D5 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 213 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.06 |
| HSL | 333.91º | 0.59% | 0.85% | - |
| HSV(B) | 333.91º | 0.19% | 0.94% | - |
| XYZ | 66.68 | 61.29 | 71.27 | - |
| YUV | 209.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 213 | 0 | 0.19 | 0.11 | 0.06 | 333.91 | 0.59 | 0.85 |
| Hex | EF | C1 | D5 | 0 | 13 | B | 6 | 14E | 3B | 55 |
| Octal | 357 | 301 | 325 | 0 | 23 | 13 | 6 | 516 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11010101 | 0 | 10011 | 1011 | 110 | 101001110 | 111011 | 1010101 |
Color Harmonies of #EFC1D5
Complementary color
Monochromatic Colors of #EFC1D5
Black with #EFC1D5
Text Example
Text Example
White with #EFC1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1D5; }
p { color: rgb(239,193,213); }
H1.HeaderClassName
{
color: #EFC1D5;
}
.AnyTagClassName
{
color: #EFC1D5;
}
</style>
background-color css
<style>
a { background-color: #EFC1D5; }
a { background-color: rgb(239,193,213); }
div.DivClassName
{
background-color: #EFC1D5;
}
.BgClassName
{
background-color: #EFC1D5;
}
</style>
border-color css
<style>
span { border-color: #EFC1D5; }
span { border-color: rgb(239,193,213); }
td.TdClassName
{
border-color: #EFC1D5;
}
.TagClassName
{
border-color: #EFC1D5;
}
</style>