Shades of Lavender #EAEAFF
Tints of Lavender #EAEAFF
RGB
CMYK
RGB Variations
Color information
#EAEAFF (or 0xEAEAFF) is known color: Lavender. HEX triplet: EA, EA and FF. RGB value is (234,234,255). Sum of RGB (Red+Green+Blue) = 234+234+255=723 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.37% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAFF is #151500. Grayscale: #ECECEC. Windows color (decimal): -1381633 or 16771818. OLE color: 16771818.
HSL color Cylindrical-coordinate representation of color #EAEAFF: hue angle of 240º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAEAFF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 234 | 255 | - |
| CMYK | 0.08 | 0.08 | 0 | 0 |
| HSL | 240º | 1% | 0.96% | - |
| HSV(B) | 240º | 0.08% | 1% | - |
| XYZ | 81.4 | 83.56 | 106.45 | - |
| YUV | 236.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 255 | 0.08 | 0.08 | 0 | 0 | 240 | 1 | 0.96 |
| Hex | EA | EA | FF | 8 | 8 | 0 | 0 | F0 | 64 | 60 |
| Octal | 352 | 352 | 377 | 10 | 10 | 0 | 0 | 360 | 144 | 140 |
| Binary | 11101010 | 11101010 | 11111111 | 1000 | 1000 | 0 | 0 | 11110000 | 1100100 | 1100000 |
Color Harmonies of #EAEAFF
Complementary color
Monochromatic Colors of #EAEAFF
Black with #EAEAFF
Text Example
Text Example
White with #EAEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAFF; }
p { color: rgb(234,234,255); }
H1.HeaderClassName
{
color: #EAEAFF;
}
.AnyTagClassName
{
color: #EAEAFF;
}
</style>
background-color css
<style>
a { background-color: #EAEAFF; }
a { background-color: rgb(234,234,255); }
div.DivClassName
{
background-color: #EAEAFF;
}
.BgClassName
{
background-color: #EAEAFF;
}
</style>
border-color css
<style>
span { border-color: #EAEAFF; }
span { border-color: rgb(234,234,255); }
td.TdClassName
{
border-color: #EAEAFF;
}
.TagClassName
{
border-color: #EAEAFF;
}
</style>