Shades of Violet #EE83F2
Tints of Violet #EE83F2
RGB
CMYK
RGB Variations
Color information
#EE83F2 (or 0xEE83F2) is known color: Violet. HEX triplet: EE, 83 and F2. RGB value is (238,131,242). Sum of RGB (Red+Green+Blue) = 238+131+242=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 131 (51.56% from 255 or 21.44% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE83F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE83F2 is #117C0D. Grayscale: #AFAFAF. Windows color (decimal): -1145870 or 15893486. OLE color: 15893486.
HSL color Cylindrical-coordinate representation of color #EE83F2: hue angle of 297.84º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE83F2 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 131 | 242 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.05 |
| HSL | 297.84º | 0.81% | 0.73% | - |
| HSV(B) | 297.84º | 0.46% | 0.95% | - |
| XYZ | 59.4 | 40.82 | 88.75 | - |
| YUV | 175.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 242 | 0.02 | 0.46 | 0 | 0.05 | 297.84 | 0.81 | 0.73 |
| Hex | EE | 83 | F2 | 2 | 2E | 0 | 5 | 12A | 51 | 49 |
| Octal | 356 | 203 | 362 | 2 | 56 | 0 | 5 | 452 | 121 | 111 |
| Binary | 11101110 | 10000011 | 11110010 | 10 | 101110 | 0 | 101 | 100101010 | 1010001 | 1001001 |
Color Harmonies of #EE83F2
Complementary color
Monochromatic Colors of #EE83F2
Black with #EE83F2
Text Example
Text Example
White with #EE83F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83F2; }
p { color: rgb(238,131,242); }
H1.HeaderClassName
{
color: #EE83F2;
}
.AnyTagClassName
{
color: #EE83F2;
}
</style>
background-color css
<style>
a { background-color: #EE83F2; }
a { background-color: rgb(238,131,242); }
div.DivClassName
{
background-color: #EE83F2;
}
.BgClassName
{
background-color: #EE83F2;
}
</style>
border-color css
<style>
span { border-color: #EE83F2; }
span { border-color: rgb(238,131,242); }
td.TdClassName
{
border-color: #EE83F2;
}
.TagClassName
{
border-color: #EE83F2;
}
</style>