Shades of Violet #EE70EE
Tints of Violet #EE70EE
RGB
CMYK
RGB Variations
Color information
#EE70EE (or 0xEE70EE) is known color: Violet. HEX triplet: EE, 70 and EE. RGB value is (238,112,238). Sum of RGB (Red+Green+Blue) = 238+112+238=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE70EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70EE is #118F11. Grayscale: #A3A3A3. Windows color (decimal): -1150738 or 15626478. OLE color: 15626478.
HSL color Cylindrical-coordinate representation of color #EE70EE: hue angle of 300º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70EE is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 238 | - |
| CMYK | 0 | 0.53 | 0 | 0.07 |
| HSL | 300º | 0.79% | 0.69% | - |
| HSV(B) | 300º | 0.53% | 0.93% | - |
| XYZ | 56.49 | 35.94 | 84.85 | - |
| YUV | 164.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 238 | 0 | 0.53 | 0 | 0.07 | 300 | 0.79 | 0.69 |
| Hex | EE | 70 | EE | 0 | 35 | 0 | 7 | 12C | 4F | 45 |
| Octal | 356 | 160 | 356 | 0 | 65 | 0 | 7 | 454 | 117 | 105 |
| Binary | 11101110 | 1110000 | 11101110 | 0 | 110101 | 0 | 111 | 100101100 | 1001111 | 1000101 |
Color Harmonies of #EE70EE
Complementary color
Monochromatic Colors of #EE70EE
Black with #EE70EE
Text Example
Text Example
White with #EE70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70EE; }
p { color: rgb(238,112,238); }
H1.HeaderClassName
{
color: #EE70EE;
}
.AnyTagClassName
{
color: #EE70EE;
}
</style>
background-color css
<style>
a { background-color: #EE70EE; }
a { background-color: rgb(238,112,238); }
div.DivClassName
{
background-color: #EE70EE;
}
.BgClassName
{
background-color: #EE70EE;
}
</style>
border-color css
<style>
span { border-color: #EE70EE; }
span { border-color: rgb(238,112,238); }
td.TdClassName
{
border-color: #EE70EE;
}
.TagClassName
{
border-color: #EE70EE;
}
</style>