Shades of Violet #EE8EEE
Tints of Violet #EE8EEE
RGB
CMYK
RGB Variations
Color information
#EE8EEE (or 0xEE8EEE) is known color: Violet. HEX triplet: EE, 8E and EE. RGB value is (238,142,238). Sum of RGB (Red+Green+Blue) = 238+142+238=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE8EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8EEE is #117111. Grayscale: #B5B5B5. Windows color (decimal): -1143058 or 15634158. OLE color: 15634158.
HSL color Cylindrical-coordinate representation of color #EE8EEE: hue angle of 300º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8EEE is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 238 | - |
| CMYK | 0 | 0.40 | 0 | 0.07 |
| HSL | 300º | 0.74% | 0.75% | - |
| HSV(B) | 300º | 0.4% | 0.93% | - |
| XYZ | 60.37 | 43.7 | 86.14 | - |
| YUV | 181.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 238 | 0 | 0.40 | 0 | 0.07 | 300 | 0.74 | 0.75 |
| Hex | EE | 8E | EE | 0 | 28 | 0 | 7 | 12C | 4A | 4B |
| Octal | 356 | 216 | 356 | 0 | 50 | 0 | 7 | 454 | 112 | 113 |
| Binary | 11101110 | 10001110 | 11101110 | 0 | 101000 | 0 | 111 | 100101100 | 1001010 | 1001011 |
Color Harmonies of #EE8EEE
Complementary color
Monochromatic Colors of #EE8EEE
Black with #EE8EEE
Text Example
Text Example
White with #EE8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EEE; }
p { color: rgb(238,142,238); }
H1.HeaderClassName
{
color: #EE8EEE;
}
.AnyTagClassName
{
color: #EE8EEE;
}
</style>
background-color css
<style>
a { background-color: #EE8EEE; }
a { background-color: rgb(238,142,238); }
div.DivClassName
{
background-color: #EE8EEE;
}
.BgClassName
{
background-color: #EE8EEE;
}
</style>
border-color css
<style>
span { border-color: #EE8EEE; }
span { border-color: rgb(238,142,238); }
td.TdClassName
{
border-color: #EE8EEE;
}
.TagClassName
{
border-color: #EE8EEE;
}
</style>