Shades of Violet #EE8DED
Tints of Violet #EE8DED
RGB
CMYK
RGB Variations
Color information
#EE8DED (or 0xEE8DED) is known color: Violet. HEX triplet: EE, 8D and ED. RGB value is (238,141,237). Sum of RGB (Red+Green+Blue) = 238+141+237=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8DED is #117212. Grayscale: #B4B4B4. Windows color (decimal): -1143315 or 15568366. OLE color: 15568366.
HSL color Cylindrical-coordinate representation of color #EE8DED: hue angle of 300.62º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8DED is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 237 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.07 |
| HSL | 300.62º | 0.74% | 0.74% | - |
| HSV(B) | 300.62º | 0.41% | 0.93% | - |
| XYZ | 60.07 | 43.34 | 85.32 | - |
| YUV | 180.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 237 | 0 | 0.41 | 0.00 | 0.07 | 300.62 | 0.74 | 0.74 |
| Hex | EE | 8D | ED | 0 | 29 | 0 | 7 | 12D | 4A | 4A |
| Octal | 356 | 215 | 355 | 0 | 51 | 0 | 7 | 455 | 112 | 112 |
| Binary | 11101110 | 10001101 | 11101101 | 0 | 101001 | 0 | 111 | 100101101 | 1001010 | 1001010 |
Color Harmonies of #EE8DED
Complementary color
Monochromatic Colors of #EE8DED
Black with #EE8DED
Text Example
Text Example
White with #EE8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DED; }
p { color: rgb(238,141,237); }
H1.HeaderClassName
{
color: #EE8DED;
}
.AnyTagClassName
{
color: #EE8DED;
}
</style>
background-color css
<style>
a { background-color: #EE8DED; }
a { background-color: rgb(238,141,237); }
div.DivClassName
{
background-color: #EE8DED;
}
.BgClassName
{
background-color: #EE8DED;
}
</style>
border-color css
<style>
span { border-color: #EE8DED; }
span { border-color: rgb(238,141,237); }
td.TdClassName
{
border-color: #EE8DED;
}
.TagClassName
{
border-color: #EE8DED;
}
</style>