Shades of Hawkes Blue #E0E2EA
Tints of Hawkes Blue #E0E2EA
RGB
CMYK
RGB Variations
Color information
#E0E2EA (or 0xE0E2EA) is known color: Hawkes Blue. HEX triplet: E0, E2 and EA. RGB value is (224,226,234). Sum of RGB (Red+Green+Blue) = 224+226+234=684 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.75% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2EA is #1F1D15. Grayscale: #E2E2E2. Windows color (decimal): -2039062 or 15393504. OLE color: 15393504.
HSL color Cylindrical-coordinate representation of color #E0E2EA: hue angle of 228º 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 #E0E2EA is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 226 | 234 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.08 |
| HSL | 228º | 0.19% | 0.9% | - |
| HSV(B) | 228º | 0.04% | 0.92% | - |
| XYZ | 72.79 | 76.18 | 88.71 | - |
| YUV | 226.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 234 | 0.04 | 0.03 | 0 | 0.08 | 228 | 0.19 | 0.9 |
| Hex | E0 | E2 | EA | 4 | 3 | 0 | 8 | E4 | 13 | 5A |
| Octal | 340 | 342 | 352 | 4 | 3 | 0 | 10 | 344 | 23 | 132 |
| Binary | 11100000 | 11100010 | 11101010 | 100 | 11 | 0 | 1000 | 11100100 | 10011 | 1011010 |
Color Harmonies of #E0E2EA
Complementary color
Monochromatic Colors of #E0E2EA
Black with #E0E2EA
Text Example
Text Example
White with #E0E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E2EA; }
p { color: rgb(224,226,234); }
H1.HeaderClassName
{
color: #E0E2EA;
}
.AnyTagClassName
{
color: #E0E2EA;
}
</style>
background-color css
<style>
a { background-color: #E0E2EA; }
a { background-color: rgb(224,226,234); }
div.DivClassName
{
background-color: #E0E2EA;
}
.BgClassName
{
background-color: #E0E2EA;
}
</style>
border-color css
<style>
span { border-color: #E0E2EA; }
span { border-color: rgb(224,226,234); }
td.TdClassName
{
border-color: #E0E2EA;
}
.TagClassName
{
border-color: #E0E2EA;
}
</style>