Shades of Violet #EE9AF4
Tints of Violet #EE9AF4
RGB
CMYK
RGB Variations
Color information
#EE9AF4 (or 0xEE9AF4) is known color: Violet. HEX triplet: EE, 9A and F4. RGB value is (238,154,244). Sum of RGB (Red+Green+Blue) = 238+154+244=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 154 (60.55% from 255 or 24.21% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE9AF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AF4 is #11650B. Grayscale: #BDBDBD. Windows color (decimal): -1139980 or 16030446. OLE color: 16030446.
HSL color Cylindrical-coordinate representation of color #EE9AF4: hue angle of 296º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9AF4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 154 | 244 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.04 |
| HSL | 296º | 0.8% | 0.78% | - |
| HSV(B) | 296º | 0.37% | 0.96% | - |
| XYZ | 63.14 | 47.82 | 91.49 | - |
| YUV | 189.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 244 | 0.02 | 0.37 | 0 | 0.04 | 296 | 0.8 | 0.78 |
| Hex | EE | 9A | F4 | 2 | 25 | 0 | 4 | 128 | 50 | 4E |
| Octal | 356 | 232 | 364 | 2 | 45 | 0 | 4 | 450 | 120 | 116 |
| Binary | 11101110 | 10011010 | 11110100 | 10 | 100101 | 0 | 100 | 100101000 | 1010000 | 1001110 |
Color Harmonies of #EE9AF4
Complementary color
Monochromatic Colors of #EE9AF4
Black with #EE9AF4
Text Example
Text Example
White with #EE9AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9AF4; }
p { color: rgb(238,154,244); }
H1.HeaderClassName
{
color: #EE9AF4;
}
.AnyTagClassName
{
color: #EE9AF4;
}
</style>
background-color css
<style>
a { background-color: #EE9AF4; }
a { background-color: rgb(238,154,244); }
div.DivClassName
{
background-color: #EE9AF4;
}
.BgClassName
{
background-color: #EE9AF4;
}
</style>
border-color css
<style>
span { border-color: #EE9AF4; }
span { border-color: rgb(238,154,244); }
td.TdClassName
{
border-color: #EE9AF4;
}
.TagClassName
{
border-color: #EE9AF4;
}
</style>