Shades of Classic Rose #EACCDE
Tints of Classic Rose #EACCDE
RGB
CMYK
RGB Variations
Color information
#EACCDE (or 0xEACCDE) is known color: Classic Rose. HEX triplet: EA, CC and DE. RGB value is (234,204,222). Sum of RGB (Red+Green+Blue) = 234+204+222=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDE is #153321. Grayscale: #D6D6D6. Windows color (decimal): -1389346 or 14601450. OLE color: 14601450.
HSL color Cylindrical-coordinate representation of color #EACCDE: hue angle of 324º 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 #EACCDE is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 222 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.08 |
| HSL | 324º | 0.42% | 0.86% | - |
| HSV(B) | 324º | 0.13% | 0.92% | - |
| XYZ | 68.71 | 65.95 | 78.22 | - |
| YUV | 215.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 222 | 0 | 0.13 | 0.05 | 0.08 | 324 | 0.42 | 0.86 |
| Hex | EA | CC | DE | 0 | D | 5 | 8 | 144 | 2A | 56 |
| Octal | 352 | 314 | 336 | 0 | 15 | 5 | 10 | 504 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11011110 | 0 | 1101 | 101 | 1000 | 101000100 | 101010 | 1010110 |
Color Harmonies of #EACCDE
Complementary color
Monochromatic Colors of #EACCDE
Black with #EACCDE
Text Example
Text Example
White with #EACCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCDE; }
p { color: rgb(234,204,222); }
H1.HeaderClassName
{
color: #EACCDE;
}
.AnyTagClassName
{
color: #EACCDE;
}
</style>
background-color css
<style>
a { background-color: #EACCDE; }
a { background-color: rgb(234,204,222); }
div.DivClassName
{
background-color: #EACCDE;
}
.BgClassName
{
background-color: #EACCDE;
}
</style>
border-color css
<style>
span { border-color: #EACCDE; }
span { border-color: rgb(234,204,222); }
td.TdClassName
{
border-color: #EACCDE;
}
.TagClassName
{
border-color: #EACCDE;
}
</style>