Shades of Selago #EAE0EC
Tints of Selago #EAE0EC
RGB
CMYK
RGB Variations
Color information
#EAE0EC (or 0xEAE0EC) is known color: Selago. HEX triplet: EA, E0 and EC. RGB value is (234,224,236). Sum of RGB (Red+Green+Blue) = 234+224+236=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0EC is #151F13. Grayscale: #E4E4E4. Windows color (decimal): -1384212 or 15524074. OLE color: 15524074.
HSL color Cylindrical-coordinate representation of color #EAE0EC: hue angle of 290º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE0EC is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 224 | 236 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.07 |
| HSL | 290º | 0.24% | 0.9% | - |
| HSV(B) | 290º | 0.05% | 0.93% | - |
| XYZ | 75.73 | 76.86 | 90.2 | - |
| YUV | 228.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 236 | 0.01 | 0.05 | 0 | 0.07 | 290 | 0.24 | 0.9 |
| Hex | EA | E0 | EC | 1 | 5 | 0 | 7 | 122 | 18 | 5A |
| Octal | 352 | 340 | 354 | 1 | 5 | 0 | 7 | 442 | 30 | 132 |
| Binary | 11101010 | 11100000 | 11101100 | 1 | 101 | 0 | 111 | 100100010 | 11000 | 1011010 |
Color Harmonies of #EAE0EC
Complementary color
Monochromatic Colors of #EAE0EC
Black with #EAE0EC
Text Example
Text Example
White with #EAE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0EC; }
p { color: rgb(234,224,236); }
H1.HeaderClassName
{
color: #EAE0EC;
}
.AnyTagClassName
{
color: #EAE0EC;
}
</style>
background-color css
<style>
a { background-color: #EAE0EC; }
a { background-color: rgb(234,224,236); }
div.DivClassName
{
background-color: #EAE0EC;
}
.BgClassName
{
background-color: #EAE0EC;
}
</style>
border-color css
<style>
span { border-color: #EAE0EC; }
span { border-color: rgb(234,224,236); }
td.TdClassName
{
border-color: #EAE0EC;
}
.TagClassName
{
border-color: #EAE0EC;
}
</style>