Shades of Selago #E9E4EA
Tints of Selago #E9E4EA
RGB
CMYK
RGB Variations
Color information
#E9E4EA (or 0xE9E4EA) is known color: Selago. HEX triplet: E9, E4 and EA. RGB value is (233,228,234). Sum of RGB (Red+Green+Blue) = 233+228+234=695 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.53% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9E4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E4EA is #161B15. Grayscale: #E6E6E6. Windows color (decimal): -1448726 or 15394025. OLE color: 15394025.
HSL color Cylindrical-coordinate representation of color #E9E4EA: hue angle of 290º degrees, saturation: 0.12, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9E4EA is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 228 | 234 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.08 |
| HSL | 290º | 0.13% | 0.91% | - |
| HSV(B) | 290º | 0.03% | 0.92% | - |
| XYZ | 76.2 | 78.75 | 89.03 | - |
| YUV | 230.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 234 | 0.00 | 0.03 | 0 | 0.08 | 290 | 0.13 | 0.91 |
| Hex | E9 | E4 | EA | 0 | 3 | 0 | 8 | 122 | C | 5B |
| Octal | 351 | 344 | 352 | 0 | 3 | 0 | 10 | 442 | 14 | 133 |
| Binary | 11101001 | 11100100 | 11101010 | 0 | 11 | 0 | 1000 | 100100010 | 1100 | 1011011 |
Color Harmonies of #E9E4EA
Complementary color
Monochromatic Colors of #E9E4EA
Black with #E9E4EA
Text Example
Text Example
White with #E9E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E4EA; }
p { color: rgb(233,228,234); }
H1.HeaderClassName
{
color: #E9E4EA;
}
.AnyTagClassName
{
color: #E9E4EA;
}
</style>
background-color css
<style>
a { background-color: #E9E4EA; }
a { background-color: rgb(233,228,234); }
div.DivClassName
{
background-color: #E9E4EA;
}
.BgClassName
{
background-color: #E9E4EA;
}
</style>
border-color css
<style>
span { border-color: #E9E4EA; }
span { border-color: rgb(233,228,234); }
td.TdClassName
{
border-color: #E9E4EA;
}
.TagClassName
{
border-color: #E9E4EA;
}
</style>