Shades of Classic Rose #EFC1D3
Tints of Classic Rose #EFC1D3
RGB
CMYK
RGB Variations
Color information
#EFC1D3 (or 0xEFC1D3) is known color: Classic Rose. HEX triplet: EF, C1 and D3. RGB value is (239,193,211). Sum of RGB (Red+Green+Blue) = 239+193+211=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1D3 is #103E2C. Grayscale: #D0D0D0. Windows color (decimal): -1064493 or 13877743. OLE color: 13877743.
HSL color Cylindrical-coordinate representation of color #EFC1D3: hue angle of 336.52º 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 #EFC1D3 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 211 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.06 |
| HSL | 336.52º | 0.59% | 0.85% | - |
| HSV(B) | 336.52º | 0.19% | 0.94% | - |
| XYZ | 66.42 | 61.19 | 69.94 | - |
| YUV | 208.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 211 | 0 | 0.19 | 0.12 | 0.06 | 336.52 | 0.59 | 0.85 |
| Hex | EF | C1 | D3 | 0 | 13 | C | 6 | 151 | 3B | 55 |
| Octal | 357 | 301 | 323 | 0 | 23 | 14 | 6 | 521 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11010011 | 0 | 10011 | 1100 | 110 | 101010001 | 111011 | 1010101 |
Color Harmonies of #EFC1D3
Complementary color
Monochromatic Colors of #EFC1D3
Black with #EFC1D3
Text Example
Text Example
White with #EFC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1D3; }
p { color: rgb(239,193,211); }
H1.HeaderClassName
{
color: #EFC1D3;
}
.AnyTagClassName
{
color: #EFC1D3;
}
</style>
background-color css
<style>
a { background-color: #EFC1D3; }
a { background-color: rgb(239,193,211); }
div.DivClassName
{
background-color: #EFC1D3;
}
.BgClassName
{
background-color: #EFC1D3;
}
</style>
border-color css
<style>
span { border-color: #EFC1D3; }
span { border-color: rgb(239,193,211); }
td.TdClassName
{
border-color: #EFC1D3;
}
.TagClassName
{
border-color: #EFC1D3;
}
</style>