Shades of Classic Rose #EAC6DC
Tints of Classic Rose #EAC6DC
RGB
CMYK
RGB Variations
Color information
#EAC6DC (or 0xEAC6DC) is known color: Classic Rose. HEX triplet: EA, C6 and DC. RGB value is (234,198,220). Sum of RGB (Red+Green+Blue) = 234+198+220=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6DC is #153923. Grayscale: #D3D3D3. Windows color (decimal): -1390884 or 14468842. OLE color: 14468842.
HSL color Cylindrical-coordinate representation of color #EAC6DC: hue angle of 323.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC6DC is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 220 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.08 |
| HSL | 323.33º | 0.46% | 0.85% | - |
| HSV(B) | 323.33º | 0.15% | 0.92% | - |
| XYZ | 67.04 | 63.05 | 76.35 | - |
| YUV | 211.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 220 | 0 | 0.15 | 0.06 | 0.08 | 323.33 | 0.46 | 0.85 |
| Hex | EA | C6 | DC | 0 | F | 6 | 8 | 143 | 2E | 55 |
| Octal | 352 | 306 | 334 | 0 | 17 | 6 | 10 | 503 | 56 | 125 |
| Binary | 11101010 | 11000110 | 11011100 | 0 | 1111 | 110 | 1000 | 101000011 | 101110 | 1010101 |
Color Harmonies of #EAC6DC
Complementary color
Monochromatic Colors of #EAC6DC
Black with #EAC6DC
Text Example
Text Example
White with #EAC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6DC; }
p { color: rgb(234,198,220); }
H1.HeaderClassName
{
color: #EAC6DC;
}
.AnyTagClassName
{
color: #EAC6DC;
}
</style>
background-color css
<style>
a { background-color: #EAC6DC; }
a { background-color: rgb(234,198,220); }
div.DivClassName
{
background-color: #EAC6DC;
}
.BgClassName
{
background-color: #EAC6DC;
}
</style>
border-color css
<style>
span { border-color: #EAC6DC; }
span { border-color: rgb(234,198,220); }
td.TdClassName
{
border-color: #EAC6DC;
}
.TagClassName
{
border-color: #EAC6DC;
}
</style>