Shades of Violet #EE9CFA
Tints of Violet #EE9CFA
RGB
CMYK
RGB Variations
Color information
#EE9CFA (or 0xEE9CFA) is known color: Violet. HEX triplet: EE, 9C and FA. RGB value is (238,156,250). Sum of RGB (Red+Green+Blue) = 238+156+250=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE9CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9CFA is #116305. Grayscale: #BEBEBE. Windows color (decimal): -1139462 or 16424174. OLE color: 16424174.
HSL color Cylindrical-coordinate representation of color #EE9CFA: hue angle of 292.34º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE9CFA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 156 | 250 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.02 |
| HSL | 292.34º | 0.9% | 0.8% | - |
| HSV(B) | 292.34º | 0.38% | 0.98% | - |
| XYZ | 64.4 | 48.86 | 96.48 | - |
| YUV | 191.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 250 | 0.05 | 0.38 | 0 | 0.02 | 292.34 | 0.9 | 0.8 |
| Hex | EE | 9C | FA | 5 | 26 | 0 | 2 | 124 | 5A | 50 |
| Octal | 356 | 234 | 372 | 5 | 46 | 0 | 2 | 444 | 132 | 120 |
| Binary | 11101110 | 10011100 | 11111010 | 101 | 100110 | 0 | 10 | 100100100 | 1011010 | 1010000 |
Color Harmonies of #EE9CFA
Complementary color
Monochromatic Colors of #EE9CFA
Black with #EE9CFA
Text Example
Text Example
White with #EE9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CFA; }
p { color: rgb(238,156,250); }
H1.HeaderClassName
{
color: #EE9CFA;
}
.AnyTagClassName
{
color: #EE9CFA;
}
</style>
background-color css
<style>
a { background-color: #EE9CFA; }
a { background-color: rgb(238,156,250); }
div.DivClassName
{
background-color: #EE9CFA;
}
.BgClassName
{
background-color: #EE9CFA;
}
</style>
border-color css
<style>
span { border-color: #EE9CFA; }
span { border-color: rgb(238,156,250); }
td.TdClassName
{
border-color: #EE9CFA;
}
.TagClassName
{
border-color: #EE9CFA;
}
</style>