Shades of Violet #EE8DEE
Tints of Violet #EE8DEE
RGB
CMYK
RGB Variations
Color information
#EE8DEE (or 0xEE8DEE) is known color: Violet. HEX triplet: EE, 8D and EE. RGB value is (238,141,238). Sum of RGB (Red+Green+Blue) = 238+141+238=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 141 (55.47% from 255 or 22.85% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE8DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8DEE is #117211. Grayscale: #B4B4B4. Windows color (decimal): -1143314 or 15633902. OLE color: 15633902.
HSL color Cylindrical-coordinate representation of color #EE8DEE: hue angle of 300º 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 #EE8DEE is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 141 | 238 | - |
CMYK | 0 | 0.41 | 0 | 0.07 |
HSL | 300º | 0.74% | 0.74% | - |
HSV(B) | 300º | 0.41% | 0.93% | - |
XYZ | 60.22 | 43.4 | 86.09 | - |
YUV | 181.06 | 160.14 | 168.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 141 | 238 | 0 | 0.41 | 0 | 0.07 | 300 | 0.74 | 0.74 |
Hex | EE | 8D | EE | 0 | 29 | 0 | 7 | 12C | 4A | 4A |
Octal | 356 | 215 | 356 | 0 | 51 | 0 | 7 | 454 | 112 | 112 |
Binary | 11101110 | 10001101 | 11101110 | 0 | 101001 | 0 | 111 | 100101100 | 1001010 | 1001010 |
Color Harmonies of #EE8DEE
Complementary color
Monochromatic Colors of #EE8DEE
Black with #EE8DEE
Text Example
Text Example
White with #EE8DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DEE; }
p { color: rgb(238,141,238); }
H1.HeaderClassName
{
color: #EE8DEE;
}
.AnyTagClassName
{
color: #EE8DEE;
}
</style>
background-color css
<style>
a { background-color: #EE8DEE; }
a { background-color: rgb(238,141,238); }
div.DivClassName
{
background-color: #EE8DEE;
}
.BgClassName
{
background-color: #EE8DEE;
}
</style>
border-color css
<style>
span { border-color: #EE8DEE; }
span { border-color: rgb(238,141,238); }
td.TdClassName
{
border-color: #EE8DEE;
}
.TagClassName
{
border-color: #EE8DEE;
}
</style>