Shades of Selago #EAE0EA
Tints of Selago #EAE0EA
RGB
CMYK
RGB Variations
Color information
#EAE0EA (or 0xEAE0EA) is known color: Selago. HEX triplet: EA, E0 and EA. RGB value is (234,224,234). Sum of RGB (Red+Green+Blue) = 234+224+234=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0EA is #151F15. Grayscale: #E4E4E4. Windows color (decimal): -1384214 or 15393002. OLE color: 15393002.
HSL color Cylindrical-coordinate representation of color #EAE0EA: hue angle of 300º degrees, saturation: 0.19, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAE0EA is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 234 | - |
| CMYK | 0 | 0.04 | 0 | 0.08 |
| HSL | 300º | 0.19% | 0.9% | - |
| HSV(B) | 300º | 0.04% | 0.92% | - |
| XYZ | 75.44 | 76.74 | 88.68 | - |
| YUV | 228.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 234 | 0 | 0.04 | 0 | 0.08 | 300 | 0.19 | 0.9 |
| Hex | EA | E0 | EA | 0 | 4 | 0 | 8 | 12C | 13 | 5A |
| Octal | 352 | 340 | 352 | 0 | 4 | 0 | 10 | 454 | 23 | 132 |
| Binary | 11101010 | 11100000 | 11101010 | 0 | 100 | 0 | 1000 | 100101100 | 10011 | 1011010 |
Color Harmonies of #EAE0EA
Complementary color
Monochromatic Colors of #EAE0EA
Black with #EAE0EA
Text Example
Text Example
White with #EAE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0EA; }
p { color: rgb(234,224,234); }
H1.HeaderClassName
{
color: #EAE0EA;
}
.AnyTagClassName
{
color: #EAE0EA;
}
</style>
background-color css
<style>
a { background-color: #EAE0EA; }
a { background-color: rgb(234,224,234); }
div.DivClassName
{
background-color: #EAE0EA;
}
.BgClassName
{
background-color: #EAE0EA;
}
</style>
border-color css
<style>
span { border-color: #EAE0EA; }
span { border-color: rgb(234,224,234); }
td.TdClassName
{
border-color: #EAE0EA;
}
.TagClassName
{
border-color: #EAE0EA;
}
</style>