Shades of Selago #EAE1EA
Tints of Selago #EAE1EA
RGB
CMYK
RGB Variations
Color information
#EAE1EA (or 0xEAE1EA) is known color: Selago. HEX triplet: EA, E1 and EA. RGB value is (234,225,234). Sum of RGB (Red+Green+Blue) = 234+225+234=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 225 (88.28% from 255 or 32.47% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE1EA is #151E15. Grayscale: #E4E4E4. Windows color (decimal): -1383958 or 15393258. OLE color: 15393258.
HSL color Cylindrical-coordinate representation of color #EAE1EA: hue angle of 300º degrees, saturation: 0.18, 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 #EAE1EA is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 234 | - |
| CMYK | 0 | 0.04 | 0 | 0.08 |
| HSL | 300º | 0.18% | 0.9% | - |
| HSV(B) | 300º | 0.04% | 0.92% | - |
| XYZ | 75.71 | 77.28 | 88.77 | - |
| YUV | 228.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 234 | 0 | 0.04 | 0 | 0.08 | 300 | 0.18 | 0.9 |
| Hex | EA | E1 | EA | 0 | 4 | 0 | 8 | 12C | 12 | 5A |
| Octal | 352 | 341 | 352 | 0 | 4 | 0 | 10 | 454 | 22 | 132 |
| Binary | 11101010 | 11100001 | 11101010 | 0 | 100 | 0 | 1000 | 100101100 | 10010 | 1011010 |
Color Harmonies of #EAE1EA
Complementary color
Monochromatic Colors of #EAE1EA
Black with #EAE1EA
Text Example
Text Example
White with #EAE1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1EA; }
p { color: rgb(234,225,234); }
H1.HeaderClassName
{
color: #EAE1EA;
}
.AnyTagClassName
{
color: #EAE1EA;
}
</style>
background-color css
<style>
a { background-color: #EAE1EA; }
a { background-color: rgb(234,225,234); }
div.DivClassName
{
background-color: #EAE1EA;
}
.BgClassName
{
background-color: #EAE1EA;
}
</style>
border-color css
<style>
span { border-color: #EAE1EA; }
span { border-color: rgb(234,225,234); }
td.TdClassName
{
border-color: #EAE1EA;
}
.TagClassName
{
border-color: #EAE1EA;
}
</style>