Shades of Violet #EE77F9
Tints of Violet #EE77F9
RGB
CMYK
RGB Variations
Color information
#EE77F9 (or 0xEE77F9) is known color: Violet. HEX triplet: EE, 77 and F9. RGB value is (238,119,249). Sum of RGB (Red+Green+Blue) = 238+119+249=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE77F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE77F9 is #118806. Grayscale: #A9A9A9. Windows color (decimal): -1148935 or 16349166. OLE color: 16349166.
HSL color Cylindrical-coordinate representation of color #EE77F9: hue angle of 294.92º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE77F9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 119 | 249 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.02 |
| HSL | 294.92º | 0.92% | 0.72% | - |
| HSV(B) | 294.92º | 0.52% | 0.98% | - |
| XYZ | 58.96 | 38.21 | 93.89 | - |
| YUV | 169.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 249 | 0.04 | 0.52 | 0 | 0.02 | 294.92 | 0.92 | 0.72 |
| Hex | EE | 77 | F9 | 4 | 34 | 0 | 2 | 127 | 5C | 48 |
| Octal | 356 | 167 | 371 | 4 | 64 | 0 | 2 | 447 | 134 | 110 |
| Binary | 11101110 | 1110111 | 11111001 | 100 | 110100 | 0 | 10 | 100100111 | 1011100 | 1001000 |
Color Harmonies of #EE77F9
Complementary color
Monochromatic Colors of #EE77F9
Black with #EE77F9
Text Example
Text Example
White with #EE77F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77F9; }
p { color: rgb(238,119,249); }
H1.HeaderClassName
{
color: #EE77F9;
}
.AnyTagClassName
{
color: #EE77F9;
}
</style>
background-color css
<style>
a { background-color: #EE77F9; }
a { background-color: rgb(238,119,249); }
div.DivClassName
{
background-color: #EE77F9;
}
.BgClassName
{
background-color: #EE77F9;
}
</style>
border-color css
<style>
span { border-color: #EE77F9; }
span { border-color: rgb(238,119,249); }
td.TdClassName
{
border-color: #EE77F9;
}
.TagClassName
{
border-color: #EE77F9;
}
</style>