Shades of Violet #EE73F7
Tints of Violet #EE73F7
RGB
CMYK
RGB Variations
Color information
#EE73F7 (or 0xEE73F7) is known color: Violet. HEX triplet: EE, 73 and F7. RGB value is (238,115,247). Sum of RGB (Red+Green+Blue) = 238+115+247=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 115 (45.31% from 255 or 19.17% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE73F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE73F7 is #118C08. Grayscale: #A6A6A6. Windows color (decimal): -1149961 or 16217070. OLE color: 16217070.
HSL color Cylindrical-coordinate representation of color #EE73F7: hue angle of 295.91º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE73F7 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 115 | 247 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.03 |
| HSL | 295.91º | 0.89% | 0.71% | - |
| HSV(B) | 295.91º | 0.53% | 0.97% | - |
| XYZ | 58.18 | 37.15 | 92.1 | - |
| YUV | 166.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 247 | 0.04 | 0.53 | 0 | 0.03 | 295.91 | 0.89 | 0.71 |
| Hex | EE | 73 | F7 | 4 | 35 | 0 | 3 | 128 | 59 | 47 |
| Octal | 356 | 163 | 367 | 4 | 65 | 0 | 3 | 450 | 131 | 107 |
| Binary | 11101110 | 1110011 | 11110111 | 100 | 110101 | 0 | 11 | 100101000 | 1011001 | 1000111 |
Color Harmonies of #EE73F7
Complementary color
Monochromatic Colors of #EE73F7
Black with #EE73F7
Text Example
Text Example
White with #EE73F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73F7; }
p { color: rgb(238,115,247); }
H1.HeaderClassName
{
color: #EE73F7;
}
.AnyTagClassName
{
color: #EE73F7;
}
</style>
background-color css
<style>
a { background-color: #EE73F7; }
a { background-color: rgb(238,115,247); }
div.DivClassName
{
background-color: #EE73F7;
}
.BgClassName
{
background-color: #EE73F7;
}
</style>
border-color css
<style>
span { border-color: #EE73F7; }
span { border-color: rgb(238,115,247); }
td.TdClassName
{
border-color: #EE73F7;
}
.TagClassName
{
border-color: #EE73F7;
}
</style>