Shades of Solitude #E4EAFF
Tints of Solitude #E4EAFF
RGB
CMYK
RGB Variations
Color information
#E4EAFF (or 0xE4EAFF) is known color: Solitude. HEX triplet: E4, EA and FF. RGB value is (228,234,255). Sum of RGB (Red+Green+Blue) = 228+234+255=717 (94% of max value = 765). Red value is 228 (89.45% from 255 or 31.80% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EAFF is #1B1500. Grayscale: #EAEAEA. Windows color (decimal): -1774849 or 16771812. OLE color: 16771812.
HSL color Cylindrical-coordinate representation of color #E4EAFF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4EAFF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 234 | 255 | - |
| CMYK | 0.11 | 0.08 | 0 | 0 |
| HSL | 226.67º | 1% | 0.95% | - |
| HSV(B) | 226.67º | 0.11% | 1% | - |
| XYZ | 79.47 | 82.56 | 106.35 | - |
| YUV | 234.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 234 | 255 | 0.11 | 0.08 | 0 | 0 | 226.67 | 1 | 0.95 |
| Hex | E4 | EA | FF | B | 8 | 0 | 0 | E3 | 64 | 5F |
| Octal | 344 | 352 | 377 | 13 | 10 | 0 | 0 | 343 | 144 | 137 |
| Binary | 11100100 | 11101010 | 11111111 | 1011 | 1000 | 0 | 0 | 11100011 | 1100100 | 1011111 |
Color Harmonies of #E4EAFF
Complementary color
Monochromatic Colors of #E4EAFF
Black with #E4EAFF
Text Example
Text Example
White with #E4EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EAFF; }
p { color: rgb(228,234,255); }
H1.HeaderClassName
{
color: #E4EAFF;
}
.AnyTagClassName
{
color: #E4EAFF;
}
</style>
background-color css
<style>
a { background-color: #E4EAFF; }
a { background-color: rgb(228,234,255); }
div.DivClassName
{
background-color: #E4EAFF;
}
.BgClassName
{
background-color: #E4EAFF;
}
</style>
border-color css
<style>
span { border-color: #E4EAFF; }
span { border-color: rgb(228,234,255); }
td.TdClassName
{
border-color: #E4EAFF;
}
.TagClassName
{
border-color: #E4EAFF;
}
</style>