Shades of Violet #EE83ED
Tints of Violet #EE83ED
RGB
CMYK
RGB Variations
Color information
#EE83ED (or 0xEE83ED) is known color: Violet. HEX triplet: EE, 83 and ED. RGB value is (238,131,237). Sum of RGB (Red+Green+Blue) = 238+131+237=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE83ED is #117C12. Grayscale: #AEAEAE. Windows color (decimal): -1145875 or 15565806. OLE color: 15565806.
HSL color Cylindrical-coordinate representation of color #EE83ED: hue angle of 300.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE83ED is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 237 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.07 |
| HSL | 300.56º | 0.76% | 0.72% | - |
| HSV(B) | 300.56º | 0.45% | 0.93% | - |
| XYZ | 58.66 | 40.52 | 84.85 | - |
| YUV | 175.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 237 | 0 | 0.45 | 0.00 | 0.07 | 300.56 | 0.76 | 0.72 |
| Hex | EE | 83 | ED | 0 | 2D | 0 | 7 | 12D | 4C | 48 |
| Octal | 356 | 203 | 355 | 0 | 55 | 0 | 7 | 455 | 114 | 110 |
| Binary | 11101110 | 10000011 | 11101101 | 0 | 101101 | 0 | 111 | 100101101 | 1001100 | 1001000 |
Color Harmonies of #EE83ED
Complementary color
Monochromatic Colors of #EE83ED
Black with #EE83ED
Text Example
Text Example
White with #EE83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83ED; }
p { color: rgb(238,131,237); }
H1.HeaderClassName
{
color: #EE83ED;
}
.AnyTagClassName
{
color: #EE83ED;
}
</style>
background-color css
<style>
a { background-color: #EE83ED; }
a { background-color: rgb(238,131,237); }
div.DivClassName
{
background-color: #EE83ED;
}
.BgClassName
{
background-color: #EE83ED;
}
</style>
border-color css
<style>
span { border-color: #EE83ED; }
span { border-color: rgb(238,131,237); }
td.TdClassName
{
border-color: #EE83ED;
}
.TagClassName
{
border-color: #EE83ED;
}
</style>