Shades of Violet #EE6DEA
Tints of Violet #EE6DEA
RGB
CMYK
RGB Variations
Color information
#EE6DEA (or 0xEE6DEA) is known color: Violet. HEX triplet: EE, 6D and EA. RGB value is (238,109,234). Sum of RGB (Red+Green+Blue) = 238+109+234=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6DEA is #119215. Grayscale: #A1A1A1. Windows color (decimal): -1151510 or 15363566. OLE color: 15363566.
HSL color Cylindrical-coordinate representation of color #EE6DEA: hue angle of 301.86º 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 #EE6DEA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 234 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.07 |
| HSL | 301.86º | 0.79% | 0.68% | - |
| HSV(B) | 301.86º | 0.54% | 0.93% | - |
| XYZ | 55.58 | 35.05 | 81.68 | - |
| YUV | 161.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 234 | 0 | 0.54 | 0.02 | 0.07 | 301.86 | 0.79 | 0.68 |
| Hex | EE | 6D | EA | 0 | 36 | 2 | 7 | 12E | 4F | 44 |
| Octal | 356 | 155 | 352 | 0 | 66 | 2 | 7 | 456 | 117 | 104 |
| Binary | 11101110 | 1101101 | 11101010 | 0 | 110110 | 10 | 111 | 100101110 | 1001111 | 1000100 |
Color Harmonies of #EE6DEA
Complementary color
Monochromatic Colors of #EE6DEA
Black with #EE6DEA
Text Example
Text Example
White with #EE6DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DEA; }
p { color: rgb(238,109,234); }
H1.HeaderClassName
{
color: #EE6DEA;
}
.AnyTagClassName
{
color: #EE6DEA;
}
</style>
background-color css
<style>
a { background-color: #EE6DEA; }
a { background-color: rgb(238,109,234); }
div.DivClassName
{
background-color: #EE6DEA;
}
.BgClassName
{
background-color: #EE6DEA;
}
</style>
border-color css
<style>
span { border-color: #EE6DEA; }
span { border-color: rgb(238,109,234); }
td.TdClassName
{
border-color: #EE6DEA;
}
.TagClassName
{
border-color: #EE6DEA;
}
</style>