Shades of Classic Rose #EFC0D5
Tints of Classic Rose #EFC0D5
RGB
CMYK
RGB Variations
Color information
#EFC0D5 (or 0xEFC0D5) is known color: Classic Rose. HEX triplet: EF, C0 and D5. RGB value is (239,192,213). Sum of RGB (Red+Green+Blue) = 239+192+213=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0D5 is #103F2A. Grayscale: #D0D0D0. Windows color (decimal): -1064747 or 14008559. OLE color: 14008559.
HSL color Cylindrical-coordinate representation of color #EFC0D5: hue angle of 333.19º 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 #EFC0D5 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 192 | 213 | - |
CMYK | 0 | 0.20 | 0.11 | 0.06 |
HSL | 333.19º | 0.59% | 0.85% | - |
HSV(B) | 333.19º | 0.2% | 0.94% | - |
XYZ | 66.46 | 60.85 | 71.19 | - |
YUV | 208.45 | 130.57 | 149.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 192 | 213 | 0 | 0.20 | 0.11 | 0.06 | 333.19 | 0.59 | 0.85 |
Hex | EF | C0 | D5 | 0 | 14 | B | 6 | 14D | 3B | 55 |
Octal | 357 | 300 | 325 | 0 | 24 | 13 | 6 | 515 | 73 | 125 |
Binary | 11101111 | 11000000 | 11010101 | 0 | 10100 | 1011 | 110 | 101001101 | 111011 | 1010101 |
Color Harmonies of #EFC0D5
Complementary color
Monochromatic Colors of #EFC0D5
Black with #EFC0D5
Text Example
Text Example
White with #EFC0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0D5; }
p { color: rgb(239,192,213); }
H1.HeaderClassName
{
color: #EFC0D5;
}
.AnyTagClassName
{
color: #EFC0D5;
}
</style>
background-color css
<style>
a { background-color: #EFC0D5; }
a { background-color: rgb(239,192,213); }
div.DivClassName
{
background-color: #EFC0D5;
}
.BgClassName
{
background-color: #EFC0D5;
}
</style>
border-color css
<style>
span { border-color: #EFC0D5; }
span { border-color: rgb(239,192,213); }
td.TdClassName
{
border-color: #EFC0D5;
}
.TagClassName
{
border-color: #EFC0D5;
}
</style>