Shades of Violet #EE92F1
Tints of Violet #EE92F1
RGB
CMYK
RGB Variations
Color information
#EE92F1 (or 0xEE92F1) is known color: Violet. HEX triplet: EE, 92 and F1. RGB value is (238,146,241). Sum of RGB (Red+Green+Blue) = 238+146+241=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE92F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE92F1 is #116D0E. Grayscale: #B8B8B8. Windows color (decimal): -1142031 or 15831790. OLE color: 15831790.
HSL color Cylindrical-coordinate representation of color #EE92F1: hue angle of 298.11º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE92F1 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 146 | 241 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.05 |
| HSL | 298.11º | 0.77% | 0.76% | - |
| HSV(B) | 298.11º | 0.39% | 0.95% | - |
| XYZ | 61.42 | 45.09 | 88.68 | - |
| YUV | 184.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 241 | 0.01 | 0.39 | 0 | 0.05 | 298.11 | 0.77 | 0.76 |
| Hex | EE | 92 | F1 | 1 | 27 | 0 | 5 | 12A | 4D | 4C |
| Octal | 356 | 222 | 361 | 1 | 47 | 0 | 5 | 452 | 115 | 114 |
| Binary | 11101110 | 10010010 | 11110001 | 1 | 100111 | 0 | 101 | 100101010 | 1001101 | 1001100 |
Color Harmonies of #EE92F1
Complementary color
Monochromatic Colors of #EE92F1
Black with #EE92F1
Text Example
Text Example
White with #EE92F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92F1; }
p { color: rgb(238,146,241); }
H1.HeaderClassName
{
color: #EE92F1;
}
.AnyTagClassName
{
color: #EE92F1;
}
</style>
background-color css
<style>
a { background-color: #EE92F1; }
a { background-color: rgb(238,146,241); }
div.DivClassName
{
background-color: #EE92F1;
}
.BgClassName
{
background-color: #EE92F1;
}
</style>
border-color css
<style>
span { border-color: #EE92F1; }
span { border-color: rgb(238,146,241); }
td.TdClassName
{
border-color: #EE92F1;
}
.TagClassName
{
border-color: #EE92F1;
}
</style>