Shades of Classic Rose #EACCDC
Tints of Classic Rose #EACCDC
RGB
CMYK
RGB Variations
Color information
#EACCDC (or 0xEACCDC) is known color: Classic Rose. HEX triplet: EA, CC and DC. RGB value is (234,204,220). Sum of RGB (Red+Green+Blue) = 234+204+220=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDC is #153323. Grayscale: #D6D6D6. Windows color (decimal): -1389348 or 14470378. OLE color: 14470378.
HSL color Cylindrical-coordinate representation of color #EACCDC: hue angle of 328º 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 #EACCDC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 220 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.08 |
| HSL | 328º | 0.42% | 0.86% | - |
| HSV(B) | 328º | 0.13% | 0.92% | - |
| XYZ | 68.44 | 65.85 | 76.81 | - |
| YUV | 214.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 220 | 0 | 0.13 | 0.06 | 0.08 | 328 | 0.42 | 0.86 |
| Hex | EA | CC | DC | 0 | D | 6 | 8 | 148 | 2A | 56 |
| Octal | 352 | 314 | 334 | 0 | 15 | 6 | 10 | 510 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11011100 | 0 | 1101 | 110 | 1000 | 101001000 | 101010 | 1010110 |
Color Harmonies of #EACCDC
Complementary color
Monochromatic Colors of #EACCDC
Black with #EACCDC
Text Example
Text Example
White with #EACCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCDC; }
p { color: rgb(234,204,220); }
H1.HeaderClassName
{
color: #EACCDC;
}
.AnyTagClassName
{
color: #EACCDC;
}
</style>
background-color css
<style>
a { background-color: #EACCDC; }
a { background-color: rgb(234,204,220); }
div.DivClassName
{
background-color: #EACCDC;
}
.BgClassName
{
background-color: #EACCDC;
}
</style>
border-color css
<style>
span { border-color: #EACCDC; }
span { border-color: rgb(234,204,220); }
td.TdClassName
{
border-color: #EACCDC;
}
.TagClassName
{
border-color: #EACCDC;
}
</style>