Shades of Violet #EE6DED
Tints of Violet #EE6DED
RGB
CMYK
RGB Variations
Color information
#EE6DED (or 0xEE6DED) is known color: Violet. HEX triplet: EE, 6D and ED. RGB value is (238,109,237). Sum of RGB (Red+Green+Blue) = 238+109+237=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 109 (42.97% from 255 or 18.66% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6DED is #119212. Grayscale: #A1A1A1. Windows color (decimal): -1151507 or 15560174. OLE color: 15560174.
HSL color Cylindrical-coordinate representation of color #EE6DED: 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.54%. Process color model (Four color, CMYK) of #EE6DED is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 237 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.07 |
| HSL | 300.47º | 0.79% | 0.68% | - |
| HSV(B) | 300.47º | 0.54% | 0.93% | - |
| XYZ | 56.01 | 35.23 | 83.97 | - |
| YUV | 162.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 237 | 0 | 0.54 | 0.00 | 0.07 | 300.47 | 0.79 | 0.68 |
| Hex | EE | 6D | ED | 0 | 36 | 0 | 7 | 12C | 4F | 44 |
| Octal | 356 | 155 | 355 | 0 | 66 | 0 | 7 | 454 | 117 | 104 |
| Binary | 11101110 | 1101101 | 11101101 | 0 | 110110 | 0 | 111 | 100101100 | 1001111 | 1000100 |
Color Harmonies of #EE6DED
Complementary color
Monochromatic Colors of #EE6DED
Black with #EE6DED
Text Example
Text Example
White with #EE6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DED; }
p { color: rgb(238,109,237); }
H1.HeaderClassName
{
color: #EE6DED;
}
.AnyTagClassName
{
color: #EE6DED;
}
</style>
background-color css
<style>
a { background-color: #EE6DED; }
a { background-color: rgb(238,109,237); }
div.DivClassName
{
background-color: #EE6DED;
}
.BgClassName
{
background-color: #EE6DED;
}
</style>
border-color css
<style>
span { border-color: #EE6DED; }
span { border-color: rgb(238,109,237); }
td.TdClassName
{
border-color: #EE6DED;
}
.TagClassName
{
border-color: #EE6DED;
}
</style>