Shades of Classic Rose #EFC1D4
Tints of Classic Rose #EFC1D4
RGB
CMYK
RGB Variations
Color information
#EFC1D4 (or 0xEFC1D4) is known color: Classic Rose. HEX triplet: EF, C1 and D4. RGB value is (239,193,212). Sum of RGB (Red+Green+Blue) = 239+193+212=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1D4 is #103E2B. Grayscale: #D0D0D0. Windows color (decimal): -1064492 or 13943279. OLE color: 13943279.
HSL color Cylindrical-coordinate representation of color #EFC1D4: hue angle of 335.22º 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 #EFC1D4 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 212 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.06 |
| HSL | 335.22º | 0.59% | 0.85% | - |
| HSV(B) | 335.22º | 0.19% | 0.94% | - |
| XYZ | 66.55 | 61.24 | 70.6 | - |
| YUV | 208.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 212 | 0 | 0.19 | 0.11 | 0.06 | 335.22 | 0.59 | 0.85 |
| Hex | EF | C1 | D4 | 0 | 13 | B | 6 | 14F | 3B | 55 |
| Octal | 357 | 301 | 324 | 0 | 23 | 13 | 6 | 517 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11010100 | 0 | 10011 | 1011 | 110 | 101001111 | 111011 | 1010101 |
Color Harmonies of #EFC1D4
Complementary color
Monochromatic Colors of #EFC1D4
Black with #EFC1D4
Text Example
Text Example
White with #EFC1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1D4; }
p { color: rgb(239,193,212); }
H1.HeaderClassName
{
color: #EFC1D4;
}
.AnyTagClassName
{
color: #EFC1D4;
}
</style>
background-color css
<style>
a { background-color: #EFC1D4; }
a { background-color: rgb(239,193,212); }
div.DivClassName
{
background-color: #EFC1D4;
}
.BgClassName
{
background-color: #EFC1D4;
}
</style>
border-color css
<style>
span { border-color: #EFC1D4; }
span { border-color: rgb(239,193,212); }
td.TdClassName
{
border-color: #EFC1D4;
}
.TagClassName
{
border-color: #EFC1D4;
}
</style>