Shades of Violet #EE7EFE
Tints of Violet #EE7EFE
RGB
CMYK
RGB Variations
Color information
#EE7EFE (or 0xEE7EFE) is known color: Violet. HEX triplet: EE, 7E and FE. RGB value is (238,126,254). Sum of RGB (Red+Green+Blue) = 238+126+254=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 126 (49.61% from 255 or 20.39% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE7EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EFE is #118101. Grayscale: #ADADAD. Windows color (decimal): -1147138 or 16678638. OLE color: 16678638.
HSL color Cylindrical-coordinate representation of color #EE7EFE: hue angle of 292.5º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7EFE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 126 | 254 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.00 |
| HSL | 292.5º | 0.98% | 0.75% | - |
| HSV(B) | 292.5º | 0.5% | 1% | - |
| XYZ | 60.61 | 40.25 | 98.34 | - |
| YUV | 174.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 254 | 0.06 | 0.50 | 0 | 0.00 | 292.5 | 0.98 | 0.75 |
| Hex | EE | 7E | FE | 6 | 32 | 0 | 0 | 124 | 62 | 4B |
| Octal | 356 | 176 | 376 | 6 | 62 | 0 | 0 | 444 | 142 | 113 |
| Binary | 11101110 | 1111110 | 11111110 | 110 | 110010 | 0 | 0 | 100100100 | 1100010 | 1001011 |
Color Harmonies of #EE7EFE
Complementary color
Monochromatic Colors of #EE7EFE
Black with #EE7EFE
Text Example
Text Example
White with #EE7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7EFE; }
p { color: rgb(238,126,254); }
H1.HeaderClassName
{
color: #EE7EFE;
}
.AnyTagClassName
{
color: #EE7EFE;
}
</style>
background-color css
<style>
a { background-color: #EE7EFE; }
a { background-color: rgb(238,126,254); }
div.DivClassName
{
background-color: #EE7EFE;
}
.BgClassName
{
background-color: #EE7EFE;
}
</style>
border-color css
<style>
span { border-color: #EE7EFE; }
span { border-color: rgb(238,126,254); }
td.TdClassName
{
border-color: #EE7EFE;
}
.TagClassName
{
border-color: #EE7EFE;
}
</style>