Shades of Violet #EE96F0
Tints of Violet #EE96F0
RGB
CMYK
RGB Variations
Color information
#EE96F0 (or 0xEE96F0) is known color: Violet. HEX triplet: EE, 96 and F0. RGB value is (238,150,240). Sum of RGB (Red+Green+Blue) = 238+150+240=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE96F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96F0 is #11690F. Grayscale: #BABABA. Windows color (decimal): -1141008 or 15767278. OLE color: 15767278.
HSL color Cylindrical-coordinate representation of color #EE96F0: hue angle of 298.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE96F0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 150 | 240 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.06 |
| HSL | 298.67º | 0.75% | 0.76% | - |
| HSV(B) | 298.67º | 0.38% | 0.94% | - |
| XYZ | 61.89 | 46.28 | 88.11 | - |
| YUV | 186.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 240 | 0.01 | 0.37 | 0 | 0.06 | 298.67 | 0.75 | 0.76 |
| Hex | EE | 96 | F0 | 1 | 25 | 0 | 6 | 12B | 4B | 4C |
| Octal | 356 | 226 | 360 | 1 | 45 | 0 | 6 | 453 | 113 | 114 |
| Binary | 11101110 | 10010110 | 11110000 | 1 | 100101 | 0 | 110 | 100101011 | 1001011 | 1001100 |
Color Harmonies of #EE96F0
Complementary color
Monochromatic Colors of #EE96F0
Black with #EE96F0
Text Example
Text Example
White with #EE96F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96F0; }
p { color: rgb(238,150,240); }
H1.HeaderClassName
{
color: #EE96F0;
}
.AnyTagClassName
{
color: #EE96F0;
}
</style>
background-color css
<style>
a { background-color: #EE96F0; }
a { background-color: rgb(238,150,240); }
div.DivClassName
{
background-color: #EE96F0;
}
.BgClassName
{
background-color: #EE96F0;
}
</style>
border-color css
<style>
span { border-color: #EE96F0; }
span { border-color: rgb(238,150,240); }
td.TdClassName
{
border-color: #EE96F0;
}
.TagClassName
{
border-color: #EE96F0;
}
</style>