Shades of Violet #EE76F1
Tints of Violet #EE76F1
RGB
CMYK
RGB Variations
Color information
#EE76F1 (or 0xEE76F1) is known color: Violet. HEX triplet: EE, 76 and F1. RGB value is (238,118,241). Sum of RGB (Red+Green+Blue) = 238+118+241=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 118 (46.48% from 255 or 19.77% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE76F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE76F1 is #11890E. Grayscale: #A7A7A7. Windows color (decimal): -1149199 or 15824622. OLE color: 15824622.
HSL color Cylindrical-coordinate representation of color #EE76F1: hue angle of 298.54º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE76F1 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 118 | 241 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.05 |
| HSL | 298.54º | 0.81% | 0.7% | - |
| HSV(B) | 298.54º | 0.51% | 0.95% | - |
| XYZ | 57.62 | 37.48 | 87.42 | - |
| YUV | 167.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 241 | 0.01 | 0.51 | 0 | 0.05 | 298.54 | 0.81 | 0.7 |
| Hex | EE | 76 | F1 | 1 | 33 | 0 | 5 | 12B | 51 | 46 |
| Octal | 356 | 166 | 361 | 1 | 63 | 0 | 5 | 453 | 121 | 106 |
| Binary | 11101110 | 1110110 | 11110001 | 1 | 110011 | 0 | 101 | 100101011 | 1010001 | 1000110 |
Color Harmonies of #EE76F1
Complementary color
Monochromatic Colors of #EE76F1
Black with #EE76F1
Text Example
Text Example
White with #EE76F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76F1; }
p { color: rgb(238,118,241); }
H1.HeaderClassName
{
color: #EE76F1;
}
.AnyTagClassName
{
color: #EE76F1;
}
</style>
background-color css
<style>
a { background-color: #EE76F1; }
a { background-color: rgb(238,118,241); }
div.DivClassName
{
background-color: #EE76F1;
}
.BgClassName
{
background-color: #EE76F1;
}
</style>
border-color css
<style>
span { border-color: #EE76F1; }
span { border-color: rgb(238,118,241); }
td.TdClassName
{
border-color: #EE76F1;
}
.TagClassName
{
border-color: #EE76F1;
}
</style>