Shades of Fair Pink #EAE0DA
Tints of Fair Pink #EAE0DA
RGB
CMYK
RGB Variations
Color information
#EAE0DA (or 0xEAE0DA) is known color: Fair Pink. HEX triplet: EA, E0 and DA. RGB value is (234,224,218). Sum of RGB (Red+Green+Blue) = 234+224+218=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0DA is #151F25. Grayscale: #E2E2E2. Windows color (decimal): -1384230 or 14344426. OLE color: 14344426.
HSL color Cylindrical-coordinate representation of color #EAE0DA: hue angle of 22.5º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE0DA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 218 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.08 |
| HSL | 22.5º | 0.28% | 0.89% | - |
| HSV(B) | 22.5º | 0.07% | 0.92% | - |
| XYZ | 73.24 | 75.87 | 77.11 | - |
| YUV | 226.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 218 | 0 | 0.04 | 0.07 | 0.08 | 22.5 | 0.28 | 0.89 |
| Hex | EA | E0 | DA | 0 | 4 | 7 | 8 | 16 | 1C | 59 |
| Octal | 352 | 340 | 332 | 0 | 4 | 7 | 10 | 26 | 34 | 131 |
| Binary | 11101010 | 11100000 | 11011010 | 0 | 100 | 111 | 1000 | 10110 | 11100 | 1011001 |
Color Harmonies of #EAE0DA
Complementary color
Monochromatic Colors of #EAE0DA
Black with #EAE0DA
Text Example
Text Example
White with #EAE0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0DA; }
p { color: rgb(234,224,218); }
H1.HeaderClassName
{
color: #EAE0DA;
}
.AnyTagClassName
{
color: #EAE0DA;
}
</style>
background-color css
<style>
a { background-color: #EAE0DA; }
a { background-color: rgb(234,224,218); }
div.DivClassName
{
background-color: #EAE0DA;
}
.BgClassName
{
background-color: #EAE0DA;
}
</style>
border-color css
<style>
span { border-color: #EAE0DA; }
span { border-color: rgb(234,224,218); }
td.TdClassName
{
border-color: #EAE0DA;
}
.TagClassName
{
border-color: #EAE0DA;
}
</style>