Shades of Violet #EE83F9
Tints of Violet #EE83F9
RGB
CMYK
RGB Variations
Color information
#EE83F9 (or 0xEE83F9) is known color: Violet. HEX triplet: EE, 83 and F9. RGB value is (238,131,249). Sum of RGB (Red+Green+Blue) = 238+131+249=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 131 (51.56% from 255 or 21.20% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE83F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE83F9 is #117C06. Grayscale: #B0B0B0. Windows color (decimal): -1145863 or 16352238. OLE color: 16352238.
HSL color Cylindrical-coordinate representation of color #EE83F9: hue angle of 294.41º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE83F9 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 131 | 249 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.02 |
| HSL | 294.41º | 0.91% | 0.75% | - |
| HSV(B) | 294.41º | 0.47% | 0.98% | - |
| XYZ | 60.48 | 41.25 | 94.4 | - |
| YUV | 176.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 249 | 0.04 | 0.47 | 0 | 0.02 | 294.41 | 0.91 | 0.75 |
| Hex | EE | 83 | F9 | 4 | 2F | 0 | 2 | 126 | 5B | 4B |
| Octal | 356 | 203 | 371 | 4 | 57 | 0 | 2 | 446 | 133 | 113 |
| Binary | 11101110 | 10000011 | 11111001 | 100 | 101111 | 0 | 10 | 100100110 | 1011011 | 1001011 |
Color Harmonies of #EE83F9
Complementary color
Monochromatic Colors of #EE83F9
Black with #EE83F9
Text Example
Text Example
White with #EE83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83F9; }
p { color: rgb(238,131,249); }
H1.HeaderClassName
{
color: #EE83F9;
}
.AnyTagClassName
{
color: #EE83F9;
}
</style>
background-color css
<style>
a { background-color: #EE83F9; }
a { background-color: rgb(238,131,249); }
div.DivClassName
{
background-color: #EE83F9;
}
.BgClassName
{
background-color: #EE83F9;
}
</style>
border-color css
<style>
span { border-color: #EE83F9; }
span { border-color: rgb(238,131,249); }
td.TdClassName
{
border-color: #EE83F9;
}
.TagClassName
{
border-color: #EE83F9;
}
</style>