Shades of Violet #EE77FA
Tints of Violet #EE77FA
RGB
CMYK
RGB Variations
Color information
#EE77FA (or 0xEE77FA) is known color: Violet. HEX triplet: EE, 77 and FA. RGB value is (238,119,250). Sum of RGB (Red+Green+Blue) = 238+119+250=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 119 (46.88% from 255 or 19.60% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE77FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE77FA is #118805. Grayscale: #A9A9A9. Windows color (decimal): -1148934 or 16414702. OLE color: 16414702.
HSL color Cylindrical-coordinate representation of color #EE77FA: hue angle of 294.5º degrees, saturation: 0.93, 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 #EE77FA is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 119 | 250 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.02 |
| HSL | 294.5º | 0.93% | 0.72% | - |
| HSV(B) | 294.5º | 0.52% | 0.98% | - |
| XYZ | 59.11 | 38.27 | 94.71 | - |
| YUV | 169.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 250 | 0.05 | 0.52 | 0 | 0.02 | 294.5 | 0.93 | 0.72 |
| Hex | EE | 77 | FA | 5 | 34 | 0 | 2 | 127 | 5D | 48 |
| Octal | 356 | 167 | 372 | 5 | 64 | 0 | 2 | 447 | 135 | 110 |
| Binary | 11101110 | 1110111 | 11111010 | 101 | 110100 | 0 | 10 | 100100111 | 1011101 | 1001000 |
Color Harmonies of #EE77FA
Complementary color
Monochromatic Colors of #EE77FA
Black with #EE77FA
Text Example
Text Example
White with #EE77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77FA; }
p { color: rgb(238,119,250); }
H1.HeaderClassName
{
color: #EE77FA;
}
.AnyTagClassName
{
color: #EE77FA;
}
</style>
background-color css
<style>
a { background-color: #EE77FA; }
a { background-color: rgb(238,119,250); }
div.DivClassName
{
background-color: #EE77FA;
}
.BgClassName
{
background-color: #EE77FA;
}
</style>
border-color css
<style>
span { border-color: #EE77FA; }
span { border-color: rgb(238,119,250); }
td.TdClassName
{
border-color: #EE77FA;
}
.TagClassName
{
border-color: #EE77FA;
}
</style>