Shades of Violet #EE96F2
Tints of Violet #EE96F2
RGB
CMYK
RGB Variations
Color information
#EE96F2 (or 0xEE96F2) is known color: Violet. HEX triplet: EE, 96 and F2. RGB value is (238,150,242). Sum of RGB (Red+Green+Blue) = 238+150+242=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE96F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96F2 is #11690D. Grayscale: #BABABA. Windows color (decimal): -1141006 or 15898350. OLE color: 15898350.
HSL color Cylindrical-coordinate representation of color #EE96F2: hue angle of 297.39º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE96F2 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 150 | 242 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.05 |
| HSL | 297.39º | 0.78% | 0.77% | - |
| HSV(B) | 297.39º | 0.38% | 0.95% | - |
| XYZ | 62.19 | 46.4 | 89.68 | - |
| YUV | 186.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 242 | 0.02 | 0.38 | 0 | 0.05 | 297.39 | 0.78 | 0.77 |
| Hex | EE | 96 | F2 | 2 | 26 | 0 | 5 | 129 | 4E | 4D |
| Octal | 356 | 226 | 362 | 2 | 46 | 0 | 5 | 451 | 116 | 115 |
| Binary | 11101110 | 10010110 | 11110010 | 10 | 100110 | 0 | 101 | 100101001 | 1001110 | 1001101 |
Color Harmonies of #EE96F2
Complementary color
Monochromatic Colors of #EE96F2
Black with #EE96F2
Text Example
Text Example
White with #EE96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96F2; }
p { color: rgb(238,150,242); }
H1.HeaderClassName
{
color: #EE96F2;
}
.AnyTagClassName
{
color: #EE96F2;
}
</style>
background-color css
<style>
a { background-color: #EE96F2; }
a { background-color: rgb(238,150,242); }
div.DivClassName
{
background-color: #EE96F2;
}
.BgClassName
{
background-color: #EE96F2;
}
</style>
border-color css
<style>
span { border-color: #EE96F2; }
span { border-color: rgb(238,150,242); }
td.TdClassName
{
border-color: #EE96F2;
}
.TagClassName
{
border-color: #EE96F2;
}
</style>