Shades of Violet #EE6EF1
Tints of Violet #EE6EF1
RGB
CMYK
RGB Variations
Color information
#EE6EF1 (or 0xEE6EF1) is known color: Violet. HEX triplet: EE, 6E and F1. RGB value is (238,110,241). Sum of RGB (Red+Green+Blue) = 238+110+241=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE6EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6EF1 is #11910E. Grayscale: #A2A2A2. Windows color (decimal): -1151247 or 15822574. OLE color: 15822574.
HSL color Cylindrical-coordinate representation of color #EE6EF1: hue angle of 298.63º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6EF1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 110 | 241 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.05 |
| HSL | 298.63º | 0.82% | 0.69% | - |
| HSV(B) | 298.63º | 0.54% | 0.95% | - |
| XYZ | 56.71 | 35.68 | 87.12 | - |
| YUV | 163.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 241 | 0.01 | 0.54 | 0 | 0.05 | 298.63 | 0.82 | 0.69 |
| Hex | EE | 6E | F1 | 1 | 36 | 0 | 5 | 12B | 52 | 45 |
| Octal | 356 | 156 | 361 | 1 | 66 | 0 | 5 | 453 | 122 | 105 |
| Binary | 11101110 | 1101110 | 11110001 | 1 | 110110 | 0 | 101 | 100101011 | 1010010 | 1000101 |
Color Harmonies of #EE6EF1
Complementary color
Monochromatic Colors of #EE6EF1
Black with #EE6EF1
Text Example
Text Example
White with #EE6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6EF1; }
p { color: rgb(238,110,241); }
H1.HeaderClassName
{
color: #EE6EF1;
}
.AnyTagClassName
{
color: #EE6EF1;
}
</style>
background-color css
<style>
a { background-color: #EE6EF1; }
a { background-color: rgb(238,110,241); }
div.DivClassName
{
background-color: #EE6EF1;
}
.BgClassName
{
background-color: #EE6EF1;
}
</style>
border-color css
<style>
span { border-color: #EE6EF1; }
span { border-color: rgb(238,110,241); }
td.TdClassName
{
border-color: #EE6EF1;
}
.TagClassName
{
border-color: #EE6EF1;
}
</style>