Shades of Violet #EE92F0
Tints of Violet #EE92F0
RGB
CMYK
RGB Variations
Color information
#EE92F0 (or 0xEE92F0) is known color: Violet. HEX triplet: EE, 92 and F0. RGB value is (238,146,240). Sum of RGB (Red+Green+Blue) = 238+146+240=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 146 (57.42% from 255 or 23.40% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE92F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE92F0 is #116D0F. Grayscale: #B7B7B7. Windows color (decimal): -1142032 or 15766254. OLE color: 15766254.
HSL color Cylindrical-coordinate representation of color #EE92F0: hue angle of 298.72º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE92F0 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 146 | 240 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.06 |
| HSL | 298.72º | 0.76% | 0.76% | - |
| HSV(B) | 298.72º | 0.39% | 0.94% | - |
| XYZ | 61.27 | 45.03 | 87.9 | - |
| YUV | 184.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 240 | 0.01 | 0.39 | 0 | 0.06 | 298.72 | 0.76 | 0.76 |
| Hex | EE | 92 | F0 | 1 | 27 | 0 | 6 | 12B | 4C | 4C |
| Octal | 356 | 222 | 360 | 1 | 47 | 0 | 6 | 453 | 114 | 114 |
| Binary | 11101110 | 10010010 | 11110000 | 1 | 100111 | 0 | 110 | 100101011 | 1001100 | 1001100 |
Color Harmonies of #EE92F0
Complementary color
Monochromatic Colors of #EE92F0
Black with #EE92F0
Text Example
Text Example
White with #EE92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92F0; }
p { color: rgb(238,146,240); }
H1.HeaderClassName
{
color: #EE92F0;
}
.AnyTagClassName
{
color: #EE92F0;
}
</style>
background-color css
<style>
a { background-color: #EE92F0; }
a { background-color: rgb(238,146,240); }
div.DivClassName
{
background-color: #EE92F0;
}
.BgClassName
{
background-color: #EE92F0;
}
</style>
border-color css
<style>
span { border-color: #EE92F0; }
span { border-color: rgb(238,146,240); }
td.TdClassName
{
border-color: #EE92F0;
}
.TagClassName
{
border-color: #EE92F0;
}
</style>