Shades of Violet #EE8CFE
Tints of Violet #EE8CFE
RGB
CMYK
RGB Variations
Color information
#EE8CFE (or 0xEE8CFE) is known color: Violet. HEX triplet: EE, 8C and FE. RGB value is (238,140,254). Sum of RGB (Red+Green+Blue) = 238+140+254=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CFE is #117301. Grayscale: #B5B5B5. Windows color (decimal): -1143554 or 16682222. OLE color: 16682222.
HSL color Cylindrical-coordinate representation of color #EE8CFE: hue angle of 291.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8CFE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 140 | 254 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.00 |
| HSL | 291.58º | 0.98% | 0.77% | - |
| HSV(B) | 291.58º | 0.45% | 1% | - |
| XYZ | 62.53 | 44.09 | 98.98 | - |
| YUV | 182.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 254 | 0.06 | 0.45 | 0 | 0.00 | 291.58 | 0.98 | 0.77 |
| Hex | EE | 8C | FE | 6 | 2D | 0 | 0 | 124 | 62 | 4D |
| Octal | 356 | 214 | 376 | 6 | 55 | 0 | 0 | 444 | 142 | 115 |
| Binary | 11101110 | 10001100 | 11111110 | 110 | 101101 | 0 | 0 | 100100100 | 1100010 | 1001101 |
Color Harmonies of #EE8CFE
Complementary color
Monochromatic Colors of #EE8CFE
Black with #EE8CFE
Text Example
Text Example
White with #EE8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CFE; }
p { color: rgb(238,140,254); }
H1.HeaderClassName
{
color: #EE8CFE;
}
.AnyTagClassName
{
color: #EE8CFE;
}
</style>
background-color css
<style>
a { background-color: #EE8CFE; }
a { background-color: rgb(238,140,254); }
div.DivClassName
{
background-color: #EE8CFE;
}
.BgClassName
{
background-color: #EE8CFE;
}
</style>
border-color css
<style>
span { border-color: #EE8CFE; }
span { border-color: rgb(238,140,254); }
td.TdClassName
{
border-color: #EE8CFE;
}
.TagClassName
{
border-color: #EE8CFE;
}
</style>