Shades of Classic Rose #EFC0D3
Tints of Classic Rose #EFC0D3
RGB
CMYK
RGB Variations
Color information
#EFC0D3 (or 0xEFC0D3) is known color: Classic Rose. HEX triplet: EF, C0 and D3. RGB value is (239,192,211). Sum of RGB (Red+Green+Blue) = 239+192+211=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0D3 is #103F2C. Grayscale: #D0D0D0. Windows color (decimal): -1064749 or 13877487. OLE color: 13877487.
HSL color Cylindrical-coordinate representation of color #EFC0D3: hue angle of 335.74º 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 #EFC0D3 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 211 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.06 |
| HSL | 335.74º | 0.59% | 0.85% | - |
| HSV(B) | 335.74º | 0.2% | 0.94% | - |
| XYZ | 66.2 | 60.75 | 69.87 | - |
| YUV | 208.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 211 | 0 | 0.20 | 0.12 | 0.06 | 335.74 | 0.59 | 0.85 |
| Hex | EF | C0 | D3 | 0 | 14 | C | 6 | 150 | 3B | 55 |
| Octal | 357 | 300 | 323 | 0 | 24 | 14 | 6 | 520 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11010011 | 0 | 10100 | 1100 | 110 | 101010000 | 111011 | 1010101 |
Color Harmonies of #EFC0D3
Complementary color
Monochromatic Colors of #EFC0D3
Black with #EFC0D3
Text Example
Text Example
White with #EFC0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0D3; }
p { color: rgb(239,192,211); }
H1.HeaderClassName
{
color: #EFC0D3;
}
.AnyTagClassName
{
color: #EFC0D3;
}
</style>
background-color css
<style>
a { background-color: #EFC0D3; }
a { background-color: rgb(239,192,211); }
div.DivClassName
{
background-color: #EFC0D3;
}
.BgClassName
{
background-color: #EFC0D3;
}
</style>
border-color css
<style>
span { border-color: #EFC0D3; }
span { border-color: rgb(239,192,211); }
td.TdClassName
{
border-color: #EFC0D3;
}
.TagClassName
{
border-color: #EFC0D3;
}
</style>