Shades of Classic Rose #EACEE1
Tints of Classic Rose #EACEE1
RGB
CMYK
RGB Variations
Color information
#EACEE1 (or 0xEACEE1) is known color: Classic Rose. HEX triplet: EA, CE and E1. RGB value is (234,206,225). Sum of RGB (Red+Green+Blue) = 234+206+225=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEE1 is #15311E. Grayscale: #D8D8D8. Windows color (decimal): -1388831 or 14798570. OLE color: 14798570.
HSL color Cylindrical-coordinate representation of color #EACEE1: hue angle of 319.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACEE1 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 225 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.08 |
| HSL | 319.29º | 0.4% | 0.86% | - |
| HSV(B) | 319.29º | 0.12% | 0.92% | - |
| XYZ | 69.59 | 67.07 | 80.51 | - |
| YUV | 216.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 225 | 0 | 0.12 | 0.04 | 0.08 | 319.29 | 0.4 | 0.86 |
| Hex | EA | CE | E1 | 0 | C | 4 | 8 | 13F | 28 | 56 |
| Octal | 352 | 316 | 341 | 0 | 14 | 4 | 10 | 477 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11100001 | 0 | 1100 | 100 | 1000 | 100111111 | 101000 | 1010110 |
Color Harmonies of #EACEE1
Complementary color
Monochromatic Colors of #EACEE1
Black with #EACEE1
Text Example
Text Example
White with #EACEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEE1; }
p { color: rgb(234,206,225); }
H1.HeaderClassName
{
color: #EACEE1;
}
.AnyTagClassName
{
color: #EACEE1;
}
</style>
background-color css
<style>
a { background-color: #EACEE1; }
a { background-color: rgb(234,206,225); }
div.DivClassName
{
background-color: #EACEE1;
}
.BgClassName
{
background-color: #EACEE1;
}
</style>
border-color css
<style>
span { border-color: #EACEE1; }
span { border-color: rgb(234,206,225); }
td.TdClassName
{
border-color: #EACEE1;
}
.TagClassName
{
border-color: #EACEE1;
}
</style>