Shades of Violet #EE76EE
Tints of Violet #EE76EE
RGB
CMYK
RGB Variations
Color information
#EE76EE (or 0xEE76EE) is known color: Violet. HEX triplet: EE, 76 and EE. RGB value is (238,118,238). Sum of RGB (Red+Green+Blue) = 238+118+238=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 118 (46.48% from 255 or 19.87% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE76EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE76EE is #118911. Grayscale: #A7A7A7. Windows color (decimal): -1149202 or 15628014. OLE color: 15628014.
HSL color Cylindrical-coordinate representation of color #EE76EE: hue angle of 300º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76EE is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 238 | - |
| CMYK | 0 | 0.50 | 0 | 0.07 |
| HSL | 300º | 0.78% | 0.7% | - |
| HSV(B) | 300º | 0.5% | 0.93% | - |
| XYZ | 57.17 | 37.31 | 85.08 | - |
| YUV | 167.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 238 | 0 | 0.50 | 0 | 0.07 | 300 | 0.78 | 0.7 |
| Hex | EE | 76 | EE | 0 | 32 | 0 | 7 | 12C | 4E | 46 |
| Octal | 356 | 166 | 356 | 0 | 62 | 0 | 7 | 454 | 116 | 106 |
| Binary | 11101110 | 1110110 | 11101110 | 0 | 110010 | 0 | 111 | 100101100 | 1001110 | 1000110 |
Color Harmonies of #EE76EE
Complementary color
Monochromatic Colors of #EE76EE
Black with #EE76EE
Text Example
Text Example
White with #EE76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76EE; }
p { color: rgb(238,118,238); }
H1.HeaderClassName
{
color: #EE76EE;
}
.AnyTagClassName
{
color: #EE76EE;
}
</style>
background-color css
<style>
a { background-color: #EE76EE; }
a { background-color: rgb(238,118,238); }
div.DivClassName
{
background-color: #EE76EE;
}
.BgClassName
{
background-color: #EE76EE;
}
</style>
border-color css
<style>
span { border-color: #EE76EE; }
span { border-color: rgb(238,118,238); }
td.TdClassName
{
border-color: #EE76EE;
}
.TagClassName
{
border-color: #EE76EE;
}
</style>