Shades of Violet #EE7EEC
Tints of Violet #EE7EEC
RGB
CMYK
RGB Variations
Color information
#EE7EEC (or 0xEE7EEC) is known color: Violet. HEX triplet: EE, 7E and EC. RGB value is (238,126,236). Sum of RGB (Red+Green+Blue) = 238+126+236=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EEC is #118113. Grayscale: #ABABAB. Windows color (decimal): -1147156 or 15498990. OLE color: 15498990.
HSL color Cylindrical-coordinate representation of color #EE7EEC: hue angle of 301.07º 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 #EE7EEC is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 236 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.07 |
| HSL | 301.07º | 0.77% | 0.71% | - |
| HSV(B) | 301.07º | 0.47% | 0.93% | - |
| XYZ | 57.86 | 39.15 | 83.86 | - |
| YUV | 172.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 236 | 0 | 0.47 | 0.01 | 0.07 | 301.07 | 0.77 | 0.71 |
| Hex | EE | 7E | EC | 0 | 2F | 1 | 7 | 12D | 4D | 47 |
| Octal | 356 | 176 | 354 | 0 | 57 | 1 | 7 | 455 | 115 | 107 |
| Binary | 11101110 | 1111110 | 11101100 | 0 | 101111 | 1 | 111 | 100101101 | 1001101 | 1000111 |
Color Harmonies of #EE7EEC
Complementary color
Monochromatic Colors of #EE7EEC
Black with #EE7EEC
Text Example
Text Example
White with #EE7EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7EEC; }
p { color: rgb(238,126,236); }
H1.HeaderClassName
{
color: #EE7EEC;
}
.AnyTagClassName
{
color: #EE7EEC;
}
</style>
background-color css
<style>
a { background-color: #EE7EEC; }
a { background-color: rgb(238,126,236); }
div.DivClassName
{
background-color: #EE7EEC;
}
.BgClassName
{
background-color: #EE7EEC;
}
</style>
border-color css
<style>
span { border-color: #EE7EEC; }
span { border-color: rgb(238,126,236); }
td.TdClassName
{
border-color: #EE7EEC;
}
.TagClassName
{
border-color: #EE7EEC;
}
</style>