Shades of Violet #EE7EEE
Tints of Violet #EE7EEE
RGB
CMYK
RGB Variations
Color information
#EE7EEE (or 0xEE7EEE) is known color: Violet. HEX triplet: EE, 7E and EE. RGB value is (238,126,238). Sum of RGB (Red+Green+Blue) = 238+126+238=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 126 (49.61% from 255 or 20.93% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE7EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EEE is #118111. Grayscale: #ABABAB. Windows color (decimal): -1147154 or 15630062. OLE color: 15630062.
HSL color Cylindrical-coordinate representation of color #EE7EEE: hue angle of 300º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7EEE is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 238 | - |
| CMYK | 0 | 0.47 | 0 | 0.07 |
| HSL | 300º | 0.77% | 0.71% | - |
| HSV(B) | 300º | 0.47% | 0.93% | - |
| XYZ | 58.15 | 39.27 | 85.4 | - |
| YUV | 172.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 238 | 0 | 0.47 | 0 | 0.07 | 300 | 0.77 | 0.71 |
| Hex | EE | 7E | EE | 0 | 2F | 0 | 7 | 12C | 4D | 47 |
| Octal | 356 | 176 | 356 | 0 | 57 | 0 | 7 | 454 | 115 | 107 |
| Binary | 11101110 | 1111110 | 11101110 | 0 | 101111 | 0 | 111 | 100101100 | 1001101 | 1000111 |
Color Harmonies of #EE7EEE
Complementary color
Monochromatic Colors of #EE7EEE
Black with #EE7EEE
Text Example
Text Example
White with #EE7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7EEE; }
p { color: rgb(238,126,238); }
H1.HeaderClassName
{
color: #EE7EEE;
}
.AnyTagClassName
{
color: #EE7EEE;
}
</style>
background-color css
<style>
a { background-color: #EE7EEE; }
a { background-color: rgb(238,126,238); }
div.DivClassName
{
background-color: #EE7EEE;
}
.BgClassName
{
background-color: #EE7EEE;
}
</style>
border-color css
<style>
span { border-color: #EE7EEE; }
span { border-color: rgb(238,126,238); }
td.TdClassName
{
border-color: #EE7EEE;
}
.TagClassName
{
border-color: #EE7EEE;
}
</style>