Shades of Violet #EE7FFE
Tints of Violet #EE7FFE
RGB
CMYK
RGB Variations
Color information
#EE7FFE (or 0xEE7FFE) is known color: Violet. HEX triplet: EE, 7F and FE. RGB value is (238,127,254). Sum of RGB (Red+Green+Blue) = 238+127+254=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE7FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FFE is #118001. Grayscale: #AEAEAE. Windows color (decimal): -1146882 or 16678894. OLE color: 16678894.
HSL color Cylindrical-coordinate representation of color #EE7FFE: hue angle of 292.44º 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 #EE7FFE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 127 | 254 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.00 |
| HSL | 292.44º | 0.98% | 0.75% | - |
| HSV(B) | 292.44º | 0.5% | 1% | - |
| XYZ | 60.74 | 40.51 | 98.38 | - |
| YUV | 174.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 254 | 0.06 | 0.50 | 0 | 0.00 | 292.44 | 0.98 | 0.75 |
| Hex | EE | 7F | FE | 6 | 32 | 0 | 0 | 124 | 62 | 4B |
| Octal | 356 | 177 | 376 | 6 | 62 | 0 | 0 | 444 | 142 | 113 |
| Binary | 11101110 | 1111111 | 11111110 | 110 | 110010 | 0 | 0 | 100100100 | 1100010 | 1001011 |
Color Harmonies of #EE7FFE
Complementary color
Monochromatic Colors of #EE7FFE
Black with #EE7FFE
Text Example
Text Example
White with #EE7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FFE; }
p { color: rgb(238,127,254); }
H1.HeaderClassName
{
color: #EE7FFE;
}
.AnyTagClassName
{
color: #EE7FFE;
}
</style>
background-color css
<style>
a { background-color: #EE7FFE; }
a { background-color: rgb(238,127,254); }
div.DivClassName
{
background-color: #EE7FFE;
}
.BgClassName
{
background-color: #EE7FFE;
}
</style>
border-color css
<style>
span { border-color: #EE7FFE; }
span { border-color: rgb(238,127,254); }
td.TdClassName
{
border-color: #EE7FFE;
}
.TagClassName
{
border-color: #EE7FFE;
}
</style>