Shades of Classic Rose #EAC6DD
Tints of Classic Rose #EAC6DD
RGB
CMYK
RGB Variations
Color information
#EAC6DD (or 0xEAC6DD) is known color: Classic Rose. HEX triplet: EA, C6 and DD. RGB value is (234,198,221). Sum of RGB (Red+Green+Blue) = 234+198+221=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6DD is #153922. Grayscale: #D3D3D3. Windows color (decimal): -1390883 or 14534378. OLE color: 14534378.
HSL color Cylindrical-coordinate representation of color #EAC6DD: hue angle of 321.67º 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 #EAC6DD is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 221 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.08 |
| HSL | 321.67º | 0.46% | 0.85% | - |
| HSV(B) | 321.67º | 0.15% | 0.92% | - |
| XYZ | 67.18 | 63.1 | 77.05 | - |
| YUV | 211.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 221 | 0 | 0.15 | 0.06 | 0.08 | 321.67 | 0.46 | 0.85 |
| Hex | EA | C6 | DD | 0 | F | 6 | 8 | 142 | 2E | 55 |
| Octal | 352 | 306 | 335 | 0 | 17 | 6 | 10 | 502 | 56 | 125 |
| Binary | 11101010 | 11000110 | 11011101 | 0 | 1111 | 110 | 1000 | 101000010 | 101110 | 1010101 |
Color Harmonies of #EAC6DD
Complementary color
Monochromatic Colors of #EAC6DD
Black with #EAC6DD
Text Example
Text Example
White with #EAC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6DD; }
p { color: rgb(234,198,221); }
H1.HeaderClassName
{
color: #EAC6DD;
}
.AnyTagClassName
{
color: #EAC6DD;
}
</style>
background-color css
<style>
a { background-color: #EAC6DD; }
a { background-color: rgb(234,198,221); }
div.DivClassName
{
background-color: #EAC6DD;
}
.BgClassName
{
background-color: #EAC6DD;
}
</style>
border-color css
<style>
span { border-color: #EAC6DD; }
span { border-color: rgb(234,198,221); }
td.TdClassName
{
border-color: #EAC6DD;
}
.TagClassName
{
border-color: #EAC6DD;
}
</style>