Shades of Violet #EE70F3
Tints of Violet #EE70F3
RGB
CMYK
RGB Variations
Color information
#EE70F3 (or 0xEE70F3) is known color: Violet. HEX triplet: EE, 70 and F3. RGB value is (238,112,243). Sum of RGB (Red+Green+Blue) = 238+112+243=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE70F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70F3 is #118F0C. Grayscale: #A4A4A4. Windows color (decimal): -1150733 or 15954158. OLE color: 15954158.
HSL color Cylindrical-coordinate representation of color #EE70F3: hue angle of 297.71º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE70F3 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 112 | 243 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 297.71º | 0.85% | 0.7% | - |
| HSV(B) | 297.71º | 0.54% | 0.95% | - |
| XYZ | 57.23 | 36.24 | 88.77 | - |
| YUV | 164.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 243 | 0.02 | 0.54 | 0 | 0.05 | 297.71 | 0.85 | 0.7 |
| Hex | EE | 70 | F3 | 2 | 36 | 0 | 5 | 12A | 55 | 46 |
| Octal | 356 | 160 | 363 | 2 | 66 | 0 | 5 | 452 | 125 | 106 |
| Binary | 11101110 | 1110000 | 11110011 | 10 | 110110 | 0 | 101 | 100101010 | 1010101 | 1000110 |
Color Harmonies of #EE70F3
Complementary color
Monochromatic Colors of #EE70F3
Black with #EE70F3
Text Example
Text Example
White with #EE70F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70F3; }
p { color: rgb(238,112,243); }
H1.HeaderClassName
{
color: #EE70F3;
}
.AnyTagClassName
{
color: #EE70F3;
}
</style>
background-color css
<style>
a { background-color: #EE70F3; }
a { background-color: rgb(238,112,243); }
div.DivClassName
{
background-color: #EE70F3;
}
.BgClassName
{
background-color: #EE70F3;
}
</style>
border-color css
<style>
span { border-color: #EE70F3; }
span { border-color: rgb(238,112,243); }
td.TdClassName
{
border-color: #EE70F3;
}
.TagClassName
{
border-color: #EE70F3;
}
</style>