Shades of Classic Rose #EFC2D2
Tints of Classic Rose #EFC2D2
RGB
CMYK
RGB Variations
Color information
#EFC2D2 (or 0xEFC2D2) is known color: Classic Rose. HEX triplet: EF, C2 and D2. RGB value is (239,194,210). Sum of RGB (Red+Green+Blue) = 239+194+210=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2D2 is #103D2D. Grayscale: #D1D1D1. Windows color (decimal): -1064238 or 13812463. OLE color: 13812463.
HSL color Cylindrical-coordinate representation of color #EFC2D2: hue angle of 338.67º degrees, saturation: 0.58, 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 #EFC2D2 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 210 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.06 |
| HSL | 338.67º | 0.58% | 0.85% | - |
| HSV(B) | 338.67º | 0.19% | 0.94% | - |
| XYZ | 66.52 | 61.59 | 69.35 | - |
| YUV | 209.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 210 | 0 | 0.19 | 0.12 | 0.06 | 338.67 | 0.58 | 0.85 |
| Hex | EF | C2 | D2 | 0 | 13 | C | 6 | 153 | 3A | 55 |
| Octal | 357 | 302 | 322 | 0 | 23 | 14 | 6 | 523 | 72 | 125 |
| Binary | 11101111 | 11000010 | 11010010 | 0 | 10011 | 1100 | 110 | 101010011 | 111010 | 1010101 |
Color Harmonies of #EFC2D2
Complementary color
Monochromatic Colors of #EFC2D2
Black with #EFC2D2
Text Example
Text Example
White with #EFC2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2D2; }
p { color: rgb(239,194,210); }
H1.HeaderClassName
{
color: #EFC2D2;
}
.AnyTagClassName
{
color: #EFC2D2;
}
</style>
background-color css
<style>
a { background-color: #EFC2D2; }
a { background-color: rgb(239,194,210); }
div.DivClassName
{
background-color: #EFC2D2;
}
.BgClassName
{
background-color: #EFC2D2;
}
</style>
border-color css
<style>
span { border-color: #EFC2D2; }
span { border-color: rgb(239,194,210); }
td.TdClassName
{
border-color: #EFC2D2;
}
.TagClassName
{
border-color: #EFC2D2;
}
</style>