Shades of Violet #EE6FED
Tints of Violet #EE6FED
RGB
CMYK
RGB Variations
Color information
#EE6FED (or 0xEE6FED) is known color: Violet. HEX triplet: EE, 6F and ED. RGB value is (238,111,237). Sum of RGB (Red+Green+Blue) = 238+111+237=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 111 (43.75% from 255 or 18.94% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6FED is #119012. Grayscale: #A2A2A2. Windows color (decimal): -1150995 or 15560686. OLE color: 15560686.
HSL color Cylindrical-coordinate representation of color #EE6FED: hue angle of 300.47º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6FED is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 237 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.07 |
| HSL | 300.47º | 0.79% | 0.68% | - |
| HSV(B) | 300.47º | 0.53% | 0.93% | - |
| XYZ | 56.23 | 35.66 | 84.04 | - |
| YUV | 163.34 | 169.58 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 237 | 0 | 0.53 | 0.00 | 0.07 | 300.47 | 0.79 | 0.68 |
| Hex | EE | 6F | ED | 0 | 35 | 0 | 7 | 12C | 4F | 44 |
| Octal | 356 | 157 | 355 | 0 | 65 | 0 | 7 | 454 | 117 | 104 |
| Binary | 11101110 | 1101111 | 11101101 | 0 | 110101 | 0 | 111 | 100101100 | 1001111 | 1000100 |
Color Harmonies of #EE6FED
Complementary color
Monochromatic Colors of #EE6FED
Black with #EE6FED
Text Example
Text Example
White with #EE6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FED; }
p { color: rgb(238,111,237); }
H1.HeaderClassName
{
color: #EE6FED;
}
.AnyTagClassName
{
color: #EE6FED;
}
</style>
background-color css
<style>
a { background-color: #EE6FED; }
a { background-color: rgb(238,111,237); }
div.DivClassName
{
background-color: #EE6FED;
}
.BgClassName
{
background-color: #EE6FED;
}
</style>
border-color css
<style>
span { border-color: #EE6FED; }
span { border-color: rgb(238,111,237); }
td.TdClassName
{
border-color: #EE6FED;
}
.TagClassName
{
border-color: #EE6FED;
}
</style>