Shades of Classic Rose #EFCBE5
Tints of Classic Rose #EFCBE5
RGB
CMYK
RGB Variations
Color information
#EFCBE5 (or 0xEFCBE5) is known color: Classic Rose. HEX triplet: EF, CB and E5. RGB value is (239,203,229). Sum of RGB (Red+Green+Blue) = 239+203+229=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBE5 is #10341A. Grayscale: #D8D8D8. Windows color (decimal): -1061915 or 15059951. OLE color: 15059951.
HSL color Cylindrical-coordinate representation of color #EFCBE5: hue angle of 316.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBE5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 229 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.06 |
| HSL | 316.67º | 0.53% | 0.87% | - |
| HSV(B) | 316.67º | 0.15% | 0.94% | - |
| XYZ | 71.1 | 66.72 | 83.26 | - |
| YUV | 216.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 229 | 0 | 0.15 | 0.04 | 0.06 | 316.67 | 0.53 | 0.87 |
| Hex | EF | CB | E5 | 0 | F | 4 | 6 | 13D | 35 | 57 |
| Octal | 357 | 313 | 345 | 0 | 17 | 4 | 6 | 475 | 65 | 127 |
| Binary | 11101111 | 11001011 | 11100101 | 0 | 1111 | 100 | 110 | 100111101 | 110101 | 1010111 |
Color Harmonies of #EFCBE5
Complementary color
Monochromatic Colors of #EFCBE5
Black with #EFCBE5
Text Example
Text Example
White with #EFCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBE5; }
p { color: rgb(239,203,229); }
H1.HeaderClassName
{
color: #EFCBE5;
}
.AnyTagClassName
{
color: #EFCBE5;
}
</style>
background-color css
<style>
a { background-color: #EFCBE5; }
a { background-color: rgb(239,203,229); }
div.DivClassName
{
background-color: #EFCBE5;
}
.BgClassName
{
background-color: #EFCBE5;
}
</style>
border-color css
<style>
span { border-color: #EFCBE5; }
span { border-color: rgb(239,203,229); }
td.TdClassName
{
border-color: #EFCBE5;
}
.TagClassName
{
border-color: #EFCBE5;
}
</style>