Shades of Violet #EE83F7
Tints of Violet #EE83F7
RGB
CMYK
RGB Variations
Color information
#EE83F7 (or 0xEE83F7) is known color: Violet. HEX triplet: EE, 83 and F7. RGB value is (238,131,247). Sum of RGB (Red+Green+Blue) = 238+131+247=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 131 (51.56% from 255 or 21.27% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE83F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE83F7 is #117C08. Grayscale: #AFAFAF. Windows color (decimal): -1145865 or 16221166. OLE color: 16221166.
HSL color Cylindrical-coordinate representation of color #EE83F7: hue angle of 295.34º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE83F7 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 131 | 247 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.03 |
| HSL | 295.34º | 0.88% | 0.74% | - |
| HSV(B) | 295.34º | 0.47% | 0.97% | - |
| XYZ | 60.16 | 41.13 | 92.76 | - |
| YUV | 176.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 247 | 0.04 | 0.47 | 0 | 0.03 | 295.34 | 0.88 | 0.74 |
| Hex | EE | 83 | F7 | 4 | 2F | 0 | 3 | 127 | 58 | 4A |
| Octal | 356 | 203 | 367 | 4 | 57 | 0 | 3 | 447 | 130 | 112 |
| Binary | 11101110 | 10000011 | 11110111 | 100 | 101111 | 0 | 11 | 100100111 | 1011000 | 1001010 |
Color Harmonies of #EE83F7
Complementary color
Monochromatic Colors of #EE83F7
Black with #EE83F7
Text Example
Text Example
White with #EE83F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83F7; }
p { color: rgb(238,131,247); }
H1.HeaderClassName
{
color: #EE83F7;
}
.AnyTagClassName
{
color: #EE83F7;
}
</style>
background-color css
<style>
a { background-color: #EE83F7; }
a { background-color: rgb(238,131,247); }
div.DivClassName
{
background-color: #EE83F7;
}
.BgClassName
{
background-color: #EE83F7;
}
</style>
border-color css
<style>
span { border-color: #EE83F7; }
span { border-color: rgb(238,131,247); }
td.TdClassName
{
border-color: #EE83F7;
}
.TagClassName
{
border-color: #EE83F7;
}
</style>