Shades of Classic Rose #EFC8E5
Tints of Classic Rose #EFC8E5
RGB
CMYK
RGB Variations
Color information
#EFC8E5 (or 0xEFC8E5) is known color: Classic Rose. HEX triplet: EF, C8 and E5. RGB value is (239,200,229). Sum of RGB (Red+Green+Blue) = 239+200+229=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8E5 is #10371A. Grayscale: #D6D6D6. Windows color (decimal): -1062683 or 15059183. OLE color: 15059183.
HSL color Cylindrical-coordinate representation of color #EFC8E5: hue angle of 315.38º 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 #EFC8E5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 229 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.06 |
| HSL | 315.38º | 0.55% | 0.86% | - |
| HSV(B) | 315.38º | 0.16% | 0.94% | - |
| XYZ | 70.39 | 65.32 | 83.03 | - |
| YUV | 214.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 229 | 0 | 0.16 | 0.04 | 0.06 | 315.38 | 0.55 | 0.86 |
| Hex | EF | C8 | E5 | 0 | 10 | 4 | 6 | 13B | 37 | 56 |
| Octal | 357 | 310 | 345 | 0 | 20 | 4 | 6 | 473 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11100101 | 0 | 10000 | 100 | 110 | 100111011 | 110111 | 1010110 |
Color Harmonies of #EFC8E5
Complementary color
Monochromatic Colors of #EFC8E5
Black with #EFC8E5
Text Example
Text Example
White with #EFC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8E5; }
p { color: rgb(239,200,229); }
H1.HeaderClassName
{
color: #EFC8E5;
}
.AnyTagClassName
{
color: #EFC8E5;
}
</style>
background-color css
<style>
a { background-color: #EFC8E5; }
a { background-color: rgb(239,200,229); }
div.DivClassName
{
background-color: #EFC8E5;
}
.BgClassName
{
background-color: #EFC8E5;
}
</style>
border-color css
<style>
span { border-color: #EFC8E5; }
span { border-color: rgb(239,200,229); }
td.TdClassName
{
border-color: #EFC8E5;
}
.TagClassName
{
border-color: #EFC8E5;
}
</style>