Shades of Classic Rose #EACBDF
Tints of Classic Rose #EACBDF
RGB
CMYK
RGB Variations
Color information
#EACBDF (or 0xEACBDF) is known color: Classic Rose. HEX triplet: EA, CB and DF. RGB value is (234,203,223). Sum of RGB (Red+Green+Blue) = 234+203+223=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBDF is #153420. Grayscale: #D6D6D6. Windows color (decimal): -1389601 or 14666730. OLE color: 14666730.
HSL color Cylindrical-coordinate representation of color #EACBDF: hue angle of 321.29º 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 #EACBDF is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 223 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.08 |
| HSL | 321.29º | 0.42% | 0.86% | - |
| HSV(B) | 321.29º | 0.13% | 0.92% | - |
| XYZ | 68.61 | 65.53 | 78.85 | - |
| YUV | 214.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 223 | 0 | 0.13 | 0.05 | 0.08 | 321.29 | 0.42 | 0.86 |
| Hex | EA | CB | DF | 0 | D | 5 | 8 | 141 | 2A | 56 |
| Octal | 352 | 313 | 337 | 0 | 15 | 5 | 10 | 501 | 52 | 126 |
| Binary | 11101010 | 11001011 | 11011111 | 0 | 1101 | 101 | 1000 | 101000001 | 101010 | 1010110 |
Color Harmonies of #EACBDF
Complementary color
Monochromatic Colors of #EACBDF
Black with #EACBDF
Text Example
Text Example
White with #EACBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBDF; }
p { color: rgb(234,203,223); }
H1.HeaderClassName
{
color: #EACBDF;
}
.AnyTagClassName
{
color: #EACBDF;
}
</style>
background-color css
<style>
a { background-color: #EACBDF; }
a { background-color: rgb(234,203,223); }
div.DivClassName
{
background-color: #EACBDF;
}
.BgClassName
{
background-color: #EACBDF;
}
</style>
border-color css
<style>
span { border-color: #EACBDF; }
span { border-color: rgb(234,203,223); }
td.TdClassName
{
border-color: #EACBDF;
}
.TagClassName
{
border-color: #EACBDF;
}
</style>