Shades of Violet #EE96EF
Tints of Violet #EE96EF
RGB
CMYK
RGB Variations
Color information
#EE96EF (or 0xEE96EF) is known color: Violet. HEX triplet: EE, 96 and EF. RGB value is (238,150,239). Sum of RGB (Red+Green+Blue) = 238+150+239=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE96EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96EF is #116910. Grayscale: #BABABA. Windows color (decimal): -1141009 or 15701742. OLE color: 15701742.
HSL color Cylindrical-coordinate representation of color #EE96EF: hue angle of 299.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96EF is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 150 | 239 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.06 |
| HSL | 299.33º | 0.74% | 0.76% | - |
| HSV(B) | 299.33º | 0.37% | 0.94% | - |
| XYZ | 61.75 | 46.22 | 87.33 | - |
| YUV | 186.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 239 | 0.00 | 0.37 | 0 | 0.06 | 299.33 | 0.74 | 0.76 |
| Hex | EE | 96 | EF | 0 | 25 | 0 | 6 | 12B | 4A | 4C |
| Octal | 356 | 226 | 357 | 0 | 45 | 0 | 6 | 453 | 112 | 114 |
| Binary | 11101110 | 10010110 | 11101111 | 0 | 100101 | 0 | 110 | 100101011 | 1001010 | 1001100 |
Color Harmonies of #EE96EF
Complementary color
Monochromatic Colors of #EE96EF
Black with #EE96EF
Text Example
Text Example
White with #EE96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96EF; }
p { color: rgb(238,150,239); }
H1.HeaderClassName
{
color: #EE96EF;
}
.AnyTagClassName
{
color: #EE96EF;
}
</style>
background-color css
<style>
a { background-color: #EE96EF; }
a { background-color: rgb(238,150,239); }
div.DivClassName
{
background-color: #EE96EF;
}
.BgClassName
{
background-color: #EE96EF;
}
</style>
border-color css
<style>
span { border-color: #EE96EF; }
span { border-color: rgb(238,150,239); }
td.TdClassName
{
border-color: #EE96EF;
}
.TagClassName
{
border-color: #EE96EF;
}
</style>