Shades of Classic Rose #EFBCD5
Tints of Classic Rose #EFBCD5
RGB
CMYK
RGB Variations
Color information
#EFBCD5 (or 0xEFBCD5) is known color: Classic Rose. HEX triplet: EF, BC and D5. RGB value is (239,188,213). Sum of RGB (Red+Green+Blue) = 239+188+213=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD5 is #10432A. Grayscale: #CECECE. Windows color (decimal): -1065771 or 14007535. OLE color: 14007535.
HSL color Cylindrical-coordinate representation of color #EFBCD5: hue angle of 330.59º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBCD5 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 213 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.06 |
| HSL | 330.59º | 0.61% | 0.84% | - |
| HSV(B) | 330.59º | 0.21% | 0.94% | - |
| XYZ | 65.59 | 59.12 | 70.91 | - |
| YUV | 206.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 213 | 0 | 0.21 | 0.11 | 0.06 | 330.59 | 0.61 | 0.84 |
| Hex | EF | BC | D5 | 0 | 15 | B | 6 | 14B | 3D | 54 |
| Octal | 357 | 274 | 325 | 0 | 25 | 13 | 6 | 513 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11010101 | 0 | 10101 | 1011 | 110 | 101001011 | 111101 | 1010100 |
Color Harmonies of #EFBCD5
Complementary color
Monochromatic Colors of #EFBCD5
Black with #EFBCD5
Text Example
Text Example
White with #EFBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCD5; }
p { color: rgb(239,188,213); }
H1.HeaderClassName
{
color: #EFBCD5;
}
.AnyTagClassName
{
color: #EFBCD5;
}
</style>
background-color css
<style>
a { background-color: #EFBCD5; }
a { background-color: rgb(239,188,213); }
div.DivClassName
{
background-color: #EFBCD5;
}
.BgClassName
{
background-color: #EFBCD5;
}
</style>
border-color css
<style>
span { border-color: #EFBCD5; }
span { border-color: rgb(239,188,213); }
td.TdClassName
{
border-color: #EFBCD5;
}
.TagClassName
{
border-color: #EFBCD5;
}
</style>