Shades of Violet #EE8EF1
Tints of Violet #EE8EF1
RGB
CMYK
RGB Variations
Color information
#EE8EF1 (or 0xEE8EF1) is known color: Violet. HEX triplet: EE, 8E and F1. RGB value is (238,142,241). Sum of RGB (Red+Green+Blue) = 238+142+241=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 142 (55.86% from 255 or 22.87% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE8EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8EF1 is #11710E. Grayscale: #B5B5B5. Windows color (decimal): -1143055 or 15830766. OLE color: 15830766.
HSL color Cylindrical-coordinate representation of color #EE8EF1: hue angle of 298.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8EF1 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 142 | 241 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.05 |
| HSL | 298.18º | 0.78% | 0.75% | - |
| HSV(B) | 298.18º | 0.41% | 0.95% | - |
| XYZ | 60.81 | 43.87 | 88.48 | - |
| YUV | 181.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 241 | 0.01 | 0.41 | 0 | 0.05 | 298.18 | 0.78 | 0.75 |
| Hex | EE | 8E | F1 | 1 | 29 | 0 | 5 | 12A | 4E | 4B |
| Octal | 356 | 216 | 361 | 1 | 51 | 0 | 5 | 452 | 116 | 113 |
| Binary | 11101110 | 10001110 | 11110001 | 1 | 101001 | 0 | 101 | 100101010 | 1001110 | 1001011 |
Color Harmonies of #EE8EF1
Complementary color
Monochromatic Colors of #EE8EF1
Black with #EE8EF1
Text Example
Text Example
White with #EE8EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EF1; }
p { color: rgb(238,142,241); }
H1.HeaderClassName
{
color: #EE8EF1;
}
.AnyTagClassName
{
color: #EE8EF1;
}
</style>
background-color css
<style>
a { background-color: #EE8EF1; }
a { background-color: rgb(238,142,241); }
div.DivClassName
{
background-color: #EE8EF1;
}
.BgClassName
{
background-color: #EE8EF1;
}
</style>
border-color css
<style>
span { border-color: #EE8EF1; }
span { border-color: rgb(238,142,241); }
td.TdClassName
{
border-color: #EE8EF1;
}
.TagClassName
{
border-color: #EE8EF1;
}
</style>