Shades of Classic Rose #EACFE1
Tints of Classic Rose #EACFE1
RGB
CMYK
RGB Variations
Color information
#EACFE1 (or 0xEACFE1) is known color: Classic Rose. HEX triplet: EA, CF and E1. RGB value is (234,207,225). Sum of RGB (Red+Green+Blue) = 234+207+225=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFE1 is #15301E. Grayscale: #D9D9D9. Windows color (decimal): -1388575 or 14798826. OLE color: 14798826.
HSL color Cylindrical-coordinate representation of color #EACFE1: hue angle of 320º degrees, saturation: 0.39, 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 #EACFE1 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 225 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.08 |
| HSL | 320º | 0.39% | 0.86% | - |
| HSV(B) | 320º | 0.12% | 0.92% | - |
| XYZ | 69.84 | 67.55 | 80.59 | - |
| YUV | 217.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 225 | 0 | 0.12 | 0.04 | 0.08 | 320 | 0.39 | 0.86 |
| Hex | EA | CF | E1 | 0 | C | 4 | 8 | 140 | 27 | 56 |
| Octal | 352 | 317 | 341 | 0 | 14 | 4 | 10 | 500 | 47 | 126 |
| Binary | 11101010 | 11001111 | 11100001 | 0 | 1100 | 100 | 1000 | 101000000 | 100111 | 1010110 |
Color Harmonies of #EACFE1
Complementary color
Monochromatic Colors of #EACFE1
Black with #EACFE1
Text Example
Text Example
White with #EACFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFE1; }
p { color: rgb(234,207,225); }
H1.HeaderClassName
{
color: #EACFE1;
}
.AnyTagClassName
{
color: #EACFE1;
}
</style>
background-color css
<style>
a { background-color: #EACFE1; }
a { background-color: rgb(234,207,225); }
div.DivClassName
{
background-color: #EACFE1;
}
.BgClassName
{
background-color: #EACFE1;
}
</style>
border-color css
<style>
span { border-color: #EACFE1; }
span { border-color: rgb(234,207,225); }
td.TdClassName
{
border-color: #EACFE1;
}
.TagClassName
{
border-color: #EACFE1;
}
</style>