Shades of Classic Rose #EFC2DA
Tints of Classic Rose #EFC2DA
RGB
CMYK
RGB Variations
Color information
#EFC2DA (or 0xEFC2DA) is known color: Classic Rose. HEX triplet: EF, C2 and DA. RGB value is (239,194,218). Sum of RGB (Red+Green+Blue) = 239+194+218=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2DA is #103D25. Grayscale: #D2D2D2. Windows color (decimal): -1064230 or 14336751. OLE color: 14336751.
HSL color Cylindrical-coordinate representation of color #EFC2DA: hue angle of 328º 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 #EFC2DA is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 194 | 218 | - |
CMYK | 0 | 0.19 | 0.09 | 0.06 |
HSL | 328º | 0.58% | 0.85% | - |
HSV(B) | 328º | 0.19% | 0.94% | - |
XYZ | 67.54 | 62 | 74.74 | - |
YUV | 210.19 | 132.41 | 148.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 194 | 218 | 0 | 0.19 | 0.09 | 0.06 | 328 | 0.58 | 0.85 |
Hex | EF | C2 | DA | 0 | 13 | 9 | 6 | 148 | 3A | 55 |
Octal | 357 | 302 | 332 | 0 | 23 | 11 | 6 | 510 | 72 | 125 |
Binary | 11101111 | 11000010 | 11011010 | 0 | 10011 | 1001 | 110 | 101001000 | 111010 | 1010101 |
Color Harmonies of #EFC2DA
Complementary color
Monochromatic Colors of #EFC2DA
Black with #EFC2DA
Text Example
Text Example
White with #EFC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2DA; }
p { color: rgb(239,194,218); }
H1.HeaderClassName
{
color: #EFC2DA;
}
.AnyTagClassName
{
color: #EFC2DA;
}
</style>
background-color css
<style>
a { background-color: #EFC2DA; }
a { background-color: rgb(239,194,218); }
div.DivClassName
{
background-color: #EFC2DA;
}
.BgClassName
{
background-color: #EFC2DA;
}
</style>
border-color css
<style>
span { border-color: #EFC2DA; }
span { border-color: rgb(239,194,218); }
td.TdClassName
{
border-color: #EFC2DA;
}
.TagClassName
{
border-color: #EFC2DA;
}
</style>