Shades of Violet #EE6FF1
Tints of Violet #EE6FF1
RGB
CMYK
RGB Variations
Color information
#EE6FF1 (or 0xEE6FF1) is known color: Violet. HEX triplet: EE, 6F and F1. RGB value is (238,111,241). Sum of RGB (Red+Green+Blue) = 238+111+241=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 111 (43.75% from 255 or 18.81% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE6FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6FF1 is #11900E. Grayscale: #A3A3A3. Windows color (decimal): -1150991 or 15822830. OLE color: 15822830.
HSL color Cylindrical-coordinate representation of color #EE6FF1: hue angle of 298.62º 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 #EE6FF1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 111 | 241 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.05 |
| HSL | 298.62º | 0.82% | 0.69% | - |
| HSV(B) | 298.62º | 0.54% | 0.95% | - |
| XYZ | 56.82 | 35.9 | 87.15 | - |
| YUV | 163.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 241 | 0.01 | 0.54 | 0 | 0.05 | 298.62 | 0.82 | 0.69 |
| Hex | EE | 6F | F1 | 1 | 36 | 0 | 5 | 12B | 52 | 45 |
| Octal | 356 | 157 | 361 | 1 | 66 | 0 | 5 | 453 | 122 | 105 |
| Binary | 11101110 | 1101111 | 11110001 | 1 | 110110 | 0 | 101 | 100101011 | 1010010 | 1000101 |
Color Harmonies of #EE6FF1
Complementary color
Monochromatic Colors of #EE6FF1
Black with #EE6FF1
Text Example
Text Example
White with #EE6FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FF1; }
p { color: rgb(238,111,241); }
H1.HeaderClassName
{
color: #EE6FF1;
}
.AnyTagClassName
{
color: #EE6FF1;
}
</style>
background-color css
<style>
a { background-color: #EE6FF1; }
a { background-color: rgb(238,111,241); }
div.DivClassName
{
background-color: #EE6FF1;
}
.BgClassName
{
background-color: #EE6FF1;
}
</style>
border-color css
<style>
span { border-color: #EE6FF1; }
span { border-color: rgb(238,111,241); }
td.TdClassName
{
border-color: #EE6FF1;
}
.TagClassName
{
border-color: #EE6FF1;
}
</style>