Shades of Classic Rose #EFCBE1
Tints of Classic Rose #EFCBE1
RGB
CMYK
RGB Variations
Color information
#EFCBE1 (or 0xEFCBE1) is known color: Classic Rose. HEX triplet: EF, CB and E1. RGB value is (239,203,225). Sum of RGB (Red+Green+Blue) = 239+203+225=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBE1 is #10341E. Grayscale: #D8D8D8. Windows color (decimal): -1061919 or 14797807. OLE color: 14797807.
HSL color Cylindrical-coordinate representation of color #EFCBE1: hue angle of 323.33º 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 #EFCBE1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 225 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.06 |
| HSL | 323.33º | 0.53% | 0.87% | - |
| HSV(B) | 323.33º | 0.15% | 0.94% | - |
| XYZ | 70.54 | 66.5 | 80.35 | - |
| YUV | 216.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 225 | 0 | 0.15 | 0.06 | 0.06 | 323.33 | 0.53 | 0.87 |
| Hex | EF | CB | E1 | 0 | F | 6 | 6 | 143 | 35 | 57 |
| Octal | 357 | 313 | 341 | 0 | 17 | 6 | 6 | 503 | 65 | 127 |
| Binary | 11101111 | 11001011 | 11100001 | 0 | 1111 | 110 | 110 | 101000011 | 110101 | 1010111 |
Color Harmonies of #EFCBE1
Complementary color
Monochromatic Colors of #EFCBE1
Black with #EFCBE1
Text Example
Text Example
White with #EFCBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBE1; }
p { color: rgb(239,203,225); }
H1.HeaderClassName
{
color: #EFCBE1;
}
.AnyTagClassName
{
color: #EFCBE1;
}
</style>
background-color css
<style>
a { background-color: #EFCBE1; }
a { background-color: rgb(239,203,225); }
div.DivClassName
{
background-color: #EFCBE1;
}
.BgClassName
{
background-color: #EFCBE1;
}
</style>
border-color css
<style>
span { border-color: #EFCBE1; }
span { border-color: rgb(239,203,225); }
td.TdClassName
{
border-color: #EFCBE1;
}
.TagClassName
{
border-color: #EFCBE1;
}
</style>