Shades of Violet #EE8FED
Tints of Violet #EE8FED
RGB
CMYK
RGB Variations
Color information
#EE8FED (or 0xEE8FED) is known color: Violet. HEX triplet: EE, 8F and ED. RGB value is (238,143,237). Sum of RGB (Red+Green+Blue) = 238+143+237=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8FED is #117012. Grayscale: #B5B5B5. Windows color (decimal): -1142803 or 15568878. OLE color: 15568878.
HSL color Cylindrical-coordinate representation of color #EE8FED: hue angle of 300.63º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8FED is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 237 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.07 |
| HSL | 300.63º | 0.74% | 0.75% | - |
| HSV(B) | 300.63º | 0.4% | 0.93% | - |
| XYZ | 60.37 | 43.94 | 85.42 | - |
| YUV | 182.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 237 | 0 | 0.40 | 0.00 | 0.07 | 300.63 | 0.74 | 0.75 |
| Hex | EE | 8F | ED | 0 | 28 | 0 | 7 | 12D | 4A | 4B |
| Octal | 356 | 217 | 355 | 0 | 50 | 0 | 7 | 455 | 112 | 113 |
| Binary | 11101110 | 10001111 | 11101101 | 0 | 101000 | 0 | 111 | 100101101 | 1001010 | 1001011 |
Color Harmonies of #EE8FED
Complementary color
Monochromatic Colors of #EE8FED
Black with #EE8FED
Text Example
Text Example
White with #EE8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8FED; }
p { color: rgb(238,143,237); }
H1.HeaderClassName
{
color: #EE8FED;
}
.AnyTagClassName
{
color: #EE8FED;
}
</style>
background-color css
<style>
a { background-color: #EE8FED; }
a { background-color: rgb(238,143,237); }
div.DivClassName
{
background-color: #EE8FED;
}
.BgClassName
{
background-color: #EE8FED;
}
</style>
border-color css
<style>
span { border-color: #EE8FED; }
span { border-color: rgb(238,143,237); }
td.TdClassName
{
border-color: #EE8FED;
}
.TagClassName
{
border-color: #EE8FED;
}
</style>