Shades of Violet #EE82EA
Tints of Violet #EE82EA
RGB
CMYK
RGB Variations
Color information
#EE82EA (or 0xEE82EA) is known color: Violet. HEX triplet: EE, 82 and EA. RGB value is (238,130,234). Sum of RGB (Red+Green+Blue) = 238+130+234=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82EA is #117D15. Grayscale: #ADADAD. Windows color (decimal): -1146134 or 15368942. OLE color: 15368942.
HSL color Cylindrical-coordinate representation of color #EE82EA: hue angle of 302.22º 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 #EE82EA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 234 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.07 |
| HSL | 302.22º | 0.76% | 0.72% | - |
| HSV(B) | 302.22º | 0.45% | 0.93% | - |
| XYZ | 58.09 | 40.08 | 82.52 | - |
| YUV | 174.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 234 | 0 | 0.45 | 0.02 | 0.07 | 302.22 | 0.76 | 0.72 |
| Hex | EE | 82 | EA | 0 | 2D | 2 | 7 | 12E | 4C | 48 |
| Octal | 356 | 202 | 352 | 0 | 55 | 2 | 7 | 456 | 114 | 110 |
| Binary | 11101110 | 10000010 | 11101010 | 0 | 101101 | 10 | 111 | 100101110 | 1001100 | 1001000 |
Color Harmonies of #EE82EA
Complementary color
Monochromatic Colors of #EE82EA
Black with #EE82EA
Text Example
Text Example
White with #EE82EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82EA; }
p { color: rgb(238,130,234); }
H1.HeaderClassName
{
color: #EE82EA;
}
.AnyTagClassName
{
color: #EE82EA;
}
</style>
background-color css
<style>
a { background-color: #EE82EA; }
a { background-color: rgb(238,130,234); }
div.DivClassName
{
background-color: #EE82EA;
}
.BgClassName
{
background-color: #EE82EA;
}
</style>
border-color css
<style>
span { border-color: #EE82EA; }
span { border-color: rgb(238,130,234); }
td.TdClassName
{
border-color: #EE82EA;
}
.TagClassName
{
border-color: #EE82EA;
}
</style>