Shades of Violet #EE9AED
Tints of Violet #EE9AED
RGB
CMYK
RGB Variations
Color information
#EE9AED (or 0xEE9AED) is known color: Violet. HEX triplet: EE, 9A and ED. RGB value is (238,154,237). Sum of RGB (Red+Green+Blue) = 238+154+237=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AED is #116512. Grayscale: #BCBCBC. Windows color (decimal): -1139987 or 15571694. OLE color: 15571694.
HSL color Cylindrical-coordinate representation of color #EE9AED: hue angle of 300.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9AED is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 237 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.07 |
| HSL | 300.71º | 0.71% | 0.77% | - |
| HSV(B) | 300.71º | 0.35% | 0.93% | - |
| XYZ | 62.1 | 47.4 | 86 | - |
| YUV | 188.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 237 | 0 | 0.35 | 0.00 | 0.07 | 300.71 | 0.71 | 0.77 |
| Hex | EE | 9A | ED | 0 | 23 | 0 | 7 | 12D | 47 | 4D |
| Octal | 356 | 232 | 355 | 0 | 43 | 0 | 7 | 455 | 107 | 115 |
| Binary | 11101110 | 10011010 | 11101101 | 0 | 100011 | 0 | 111 | 100101101 | 1000111 | 1001101 |
Color Harmonies of #EE9AED
Complementary color
Monochromatic Colors of #EE9AED
Black with #EE9AED
Text Example
Text Example
White with #EE9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9AED; }
p { color: rgb(238,154,237); }
H1.HeaderClassName
{
color: #EE9AED;
}
.AnyTagClassName
{
color: #EE9AED;
}
</style>
background-color css
<style>
a { background-color: #EE9AED; }
a { background-color: rgb(238,154,237); }
div.DivClassName
{
background-color: #EE9AED;
}
.BgClassName
{
background-color: #EE9AED;
}
</style>
border-color css
<style>
span { border-color: #EE9AED; }
span { border-color: rgb(238,154,237); }
td.TdClassName
{
border-color: #EE9AED;
}
.TagClassName
{
border-color: #EE9AED;
}
</style>