Shades of Violet #EE6DEE
Tints of Violet #EE6DEE
RGB
CMYK
RGB Variations
Color information
#EE6DEE (or 0xEE6DEE) is known color: Violet. HEX triplet: EE, 6D and EE. RGB value is (238,109,238). Sum of RGB (Red+Green+Blue) = 238+109+238=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE6DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6DEE is #119211. Grayscale: #A1A1A1. Windows color (decimal): -1151506 or 15625710. OLE color: 15625710.
HSL color Cylindrical-coordinate representation of color #EE6DEE: hue angle of 300º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6DEE is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 238 | - |
| CMYK | 0 | 0.54 | 0 | 0.07 |
| HSL | 300º | 0.79% | 0.68% | - |
| HSV(B) | 300º | 0.54% | 0.93% | - |
| XYZ | 56.16 | 35.29 | 84.74 | - |
| YUV | 162.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 238 | 0 | 0.54 | 0 | 0.07 | 300 | 0.79 | 0.68 |
| Hex | EE | 6D | EE | 0 | 36 | 0 | 7 | 12C | 4F | 44 |
| Octal | 356 | 155 | 356 | 0 | 66 | 0 | 7 | 454 | 117 | 104 |
| Binary | 11101110 | 1101101 | 11101110 | 0 | 110110 | 0 | 111 | 100101100 | 1001111 | 1000100 |
Color Harmonies of #EE6DEE
Complementary color
Monochromatic Colors of #EE6DEE
Black with #EE6DEE
Text Example
Text Example
White with #EE6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DEE; }
p { color: rgb(238,109,238); }
H1.HeaderClassName
{
color: #EE6DEE;
}
.AnyTagClassName
{
color: #EE6DEE;
}
</style>
background-color css
<style>
a { background-color: #EE6DEE; }
a { background-color: rgb(238,109,238); }
div.DivClassName
{
background-color: #EE6DEE;
}
.BgClassName
{
background-color: #EE6DEE;
}
</style>
border-color css
<style>
span { border-color: #EE6DEE; }
span { border-color: rgb(238,109,238); }
td.TdClassName
{
border-color: #EE6DEE;
}
.TagClassName
{
border-color: #EE6DEE;
}
</style>