Shades of Violet #EE74F6
Tints of Violet #EE74F6
RGB
CMYK
RGB Variations
Color information
#EE74F6 (or 0xEE74F6) is known color: Violet. HEX triplet: EE, 74 and F6. RGB value is (238,116,246). Sum of RGB (Red+Green+Blue) = 238+116+246=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 116 (45.70% from 255 or 19.33% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE74F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74F6 is #118B09. Grayscale: #A6A6A6. Windows color (decimal): -1149706 or 16151790. OLE color: 16151790.
HSL color Cylindrical-coordinate representation of color #EE74F6: hue angle of 296.31º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE74F6 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 116 | 246 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.04 |
| HSL | 296.31º | 0.88% | 0.71% | - |
| HSV(B) | 296.31º | 0.53% | 0.96% | - |
| XYZ | 58.14 | 37.32 | 91.33 | - |
| YUV | 167.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 246 | 0.03 | 0.53 | 0 | 0.04 | 296.31 | 0.88 | 0.71 |
| Hex | EE | 74 | F6 | 3 | 35 | 0 | 4 | 128 | 58 | 47 |
| Octal | 356 | 164 | 366 | 3 | 65 | 0 | 4 | 450 | 130 | 107 |
| Binary | 11101110 | 1110100 | 11110110 | 11 | 110101 | 0 | 100 | 100101000 | 1011000 | 1000111 |
Color Harmonies of #EE74F6
Complementary color
Monochromatic Colors of #EE74F6
Black with #EE74F6
Text Example
Text Example
White with #EE74F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74F6; }
p { color: rgb(238,116,246); }
H1.HeaderClassName
{
color: #EE74F6;
}
.AnyTagClassName
{
color: #EE74F6;
}
</style>
background-color css
<style>
a { background-color: #EE74F6; }
a { background-color: rgb(238,116,246); }
div.DivClassName
{
background-color: #EE74F6;
}
.BgClassName
{
background-color: #EE74F6;
}
</style>
border-color css
<style>
span { border-color: #EE74F6; }
span { border-color: rgb(238,116,246); }
td.TdClassName
{
border-color: #EE74F6;
}
.TagClassName
{
border-color: #EE74F6;
}
</style>