Shades of Violet #EE8DFF
Tints of Violet #EE8DFF
RGB
CMYK
RGB Variations
Color information
#EE8DFF (or 0xEE8DFF) is known color: Violet. HEX triplet: EE, 8D and FF. RGB value is (238,141,255). Sum of RGB (Red+Green+Blue) = 238+141+255=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 141 (55.47% from 255 or 22.24% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8DFF is #117200. Grayscale: #B6B6B6. Windows color (decimal): -1143297 or 16748014. OLE color: 16748014.
HSL color Cylindrical-coordinate representation of color #EE8DFF: hue angle of 291.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8DFF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 141 | 255 | - |
| CMYK | 0.07 | 0.45 | 0 | 0 |
| HSL | 291.05º | 1% | 0.78% | - |
| HSV(B) | 291.05º | 0.45% | 1% | - |
| XYZ | 62.83 | 44.45 | 99.88 | - |
| YUV | 183 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 255 | 0.07 | 0.45 | 0 | 0 | 291.05 | 1 | 0.78 |
| Hex | EE | 8D | FF | 7 | 2D | 0 | 0 | 123 | 64 | 4E |
| Octal | 356 | 215 | 377 | 7 | 55 | 0 | 0 | 443 | 144 | 116 |
| Binary | 11101110 | 10001101 | 11111111 | 111 | 101101 | 0 | 0 | 100100011 | 1100100 | 1001110 |
Color Harmonies of #EE8DFF
Complementary color
Monochromatic Colors of #EE8DFF
Black with #EE8DFF
Text Example
Text Example
White with #EE8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DFF; }
p { color: rgb(238,141,255); }
H1.HeaderClassName
{
color: #EE8DFF;
}
.AnyTagClassName
{
color: #EE8DFF;
}
</style>
background-color css
<style>
a { background-color: #EE8DFF; }
a { background-color: rgb(238,141,255); }
div.DivClassName
{
background-color: #EE8DFF;
}
.BgClassName
{
background-color: #EE8DFF;
}
</style>
border-color css
<style>
span { border-color: #EE8DFF; }
span { border-color: rgb(238,141,255); }
td.TdClassName
{
border-color: #EE8DFF;
}
.TagClassName
{
border-color: #EE8DFF;
}
</style>