Shades of Classic Rose #EFC8E3
Tints of Classic Rose #EFC8E3
RGB
CMYK
RGB Variations
Color information
#EFC8E3 (or 0xEFC8E3) is known color: Classic Rose. HEX triplet: EF, C8 and E3. RGB value is (239,200,227). Sum of RGB (Red+Green+Blue) = 239+200+227=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8E3 is #10371C. Grayscale: #D6D6D6. Windows color (decimal): -1062685 or 14928111. OLE color: 14928111.
HSL color Cylindrical-coordinate representation of color #EFC8E3: hue angle of 318.46º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8E3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 227 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.06 |
| HSL | 318.46º | 0.55% | 0.86% | - |
| HSV(B) | 318.46º | 0.16% | 0.94% | - |
| XYZ | 70.12 | 65.21 | 81.56 | - |
| YUV | 214.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 227 | 0 | 0.16 | 0.05 | 0.06 | 318.46 | 0.55 | 0.86 |
| Hex | EF | C8 | E3 | 0 | 10 | 5 | 6 | 13E | 37 | 56 |
| Octal | 357 | 310 | 343 | 0 | 20 | 5 | 6 | 476 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11100011 | 0 | 10000 | 101 | 110 | 100111110 | 110111 | 1010110 |
Color Harmonies of #EFC8E3
Complementary color
Monochromatic Colors of #EFC8E3
Black with #EFC8E3
Text Example
Text Example
White with #EFC8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8E3; }
p { color: rgb(239,200,227); }
H1.HeaderClassName
{
color: #EFC8E3;
}
.AnyTagClassName
{
color: #EFC8E3;
}
</style>
background-color css
<style>
a { background-color: #EFC8E3; }
a { background-color: rgb(239,200,227); }
div.DivClassName
{
background-color: #EFC8E3;
}
.BgClassName
{
background-color: #EFC8E3;
}
</style>
border-color css
<style>
span { border-color: #EFC8E3; }
span { border-color: rgb(239,200,227); }
td.TdClassName
{
border-color: #EFC8E3;
}
.TagClassName
{
border-color: #EFC8E3;
}
</style>