Shades of Violet #EE71F4
Tints of Violet #EE71F4
RGB
CMYK
RGB Variations
Color information
#EE71F4 (or 0xEE71F4) is known color: Violet. HEX triplet: EE, 71 and F4. RGB value is (238,113,244). Sum of RGB (Red+Green+Blue) = 238+113+244=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE71F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE71F4 is #118E0B. Grayscale: #A4A4A4. Windows color (decimal): -1150476 or 16019950. OLE color: 16019950.
HSL color Cylindrical-coordinate representation of color #EE71F4: hue angle of 297.25º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE71F4 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 113 | 244 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.04 |
| HSL | 297.25º | 0.86% | 0.7% | - |
| HSV(B) | 297.25º | 0.54% | 0.96% | - |
| XYZ | 57.49 | 36.52 | 89.61 | - |
| YUV | 165.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 244 | 0.02 | 0.54 | 0 | 0.04 | 297.25 | 0.86 | 0.7 |
| Hex | EE | 71 | F4 | 2 | 36 | 0 | 4 | 129 | 56 | 46 |
| Octal | 356 | 161 | 364 | 2 | 66 | 0 | 4 | 451 | 126 | 106 |
| Binary | 11101110 | 1110001 | 11110100 | 10 | 110110 | 0 | 100 | 100101001 | 1010110 | 1000110 |
Color Harmonies of #EE71F4
Complementary color
Monochromatic Colors of #EE71F4
Black with #EE71F4
Text Example
Text Example
White with #EE71F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71F4; }
p { color: rgb(238,113,244); }
H1.HeaderClassName
{
color: #EE71F4;
}
.AnyTagClassName
{
color: #EE71F4;
}
</style>
background-color css
<style>
a { background-color: #EE71F4; }
a { background-color: rgb(238,113,244); }
div.DivClassName
{
background-color: #EE71F4;
}
.BgClassName
{
background-color: #EE71F4;
}
</style>
border-color css
<style>
span { border-color: #EE71F4; }
span { border-color: rgb(238,113,244); }
td.TdClassName
{
border-color: #EE71F4;
}
.TagClassName
{
border-color: #EE71F4;
}
</style>