Shades of Classic Rose #EACBD9
Tints of Classic Rose #EACBD9
RGB
CMYK
RGB Variations
Color information
#EACBD9 (or 0xEACBD9) is known color: Classic Rose. HEX triplet: EA, CB and D9. RGB value is (234,203,217). Sum of RGB (Red+Green+Blue) = 234+203+217=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBD9 is #153426. Grayscale: #D5D5D5. Windows color (decimal): -1389607 or 14273514. OLE color: 14273514.
HSL color Cylindrical-coordinate representation of color #EACBD9: hue angle of 332.9º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACBD9 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 217 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.08 |
| HSL | 332.9º | 0.42% | 0.86% | - |
| HSV(B) | 332.9º | 0.13% | 0.92% | - |
| XYZ | 67.81 | 65.21 | 74.66 | - |
| YUV | 213.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 217 | 0 | 0.13 | 0.07 | 0.08 | 332.9 | 0.42 | 0.86 |
| Hex | EA | CB | D9 | 0 | D | 7 | 8 | 14D | 2A | 56 |
| Octal | 352 | 313 | 331 | 0 | 15 | 7 | 10 | 515 | 52 | 126 |
| Binary | 11101010 | 11001011 | 11011001 | 0 | 1101 | 111 | 1000 | 101001101 | 101010 | 1010110 |
Color Harmonies of #EACBD9
Complementary color
Monochromatic Colors of #EACBD9
Black with #EACBD9
Text Example
Text Example
White with #EACBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBD9; }
p { color: rgb(234,203,217); }
H1.HeaderClassName
{
color: #EACBD9;
}
.AnyTagClassName
{
color: #EACBD9;
}
</style>
background-color css
<style>
a { background-color: #EACBD9; }
a { background-color: rgb(234,203,217); }
div.DivClassName
{
background-color: #EACBD9;
}
.BgClassName
{
background-color: #EACBD9;
}
</style>
border-color css
<style>
span { border-color: #EACBD9; }
span { border-color: rgb(234,203,217); }
td.TdClassName
{
border-color: #EACBD9;
}
.TagClassName
{
border-color: #EACBD9;
}
</style>