Shades of Selago #EAE3EA
Tints of Selago #EAE3EA
RGB
CMYK
RGB Variations
Color information
#EAE3EA (or 0xEAE3EA) is known color: Selago. HEX triplet: EA, E3 and EA. RGB value is (234,227,234). Sum of RGB (Red+Green+Blue) = 234+227+234=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3EA is #151C15. Grayscale: #E5E5E5. Windows color (decimal): -1383446 or 15393770. OLE color: 15393770.
HSL color Cylindrical-coordinate representation of color #EAE3EA: hue angle of 300º degrees, saturation: 0.14, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAE3EA is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 227 | 234 | - |
CMYK | 0 | 0.03 | 0 | 0.08 |
HSL | 300º | 0.14% | 0.9% | - |
HSV(B) | 300º | 0.03% | 0.92% | - |
XYZ | 76.25 | 78.37 | 88.95 | - |
YUV | 229.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 227 | 234 | 0 | 0.03 | 0 | 0.08 | 300 | 0.14 | 0.9 |
Hex | EA | E3 | EA | 0 | 3 | 0 | 8 | 12C | E | 5A |
Octal | 352 | 343 | 352 | 0 | 3 | 0 | 10 | 454 | 16 | 132 |
Binary | 11101010 | 11100011 | 11101010 | 0 | 11 | 0 | 1000 | 100101100 | 1110 | 1011010 |
Color Harmonies of #EAE3EA
Complementary color
Monochromatic Colors of #EAE3EA
Black with #EAE3EA
Text Example
Text Example
White with #EAE3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3EA; }
p { color: rgb(234,227,234); }
H1.HeaderClassName
{
color: #EAE3EA;
}
.AnyTagClassName
{
color: #EAE3EA;
}
</style>
background-color css
<style>
a { background-color: #EAE3EA; }
a { background-color: rgb(234,227,234); }
div.DivClassName
{
background-color: #EAE3EA;
}
.BgClassName
{
background-color: #EAE3EA;
}
</style>
border-color css
<style>
span { border-color: #EAE3EA; }
span { border-color: rgb(234,227,234); }
td.TdClassName
{
border-color: #EAE3EA;
}
.TagClassName
{
border-color: #EAE3EA;
}
</style>