Shades of Violet #E08FEF
Tints of Violet #E08FEF
RGB
CMYK
RGB Variations
Color information
#E08FEF (or 0xE08FEF) is known color: Violet. HEX triplet: E0, 8F and EF. RGB value is (224,143,239). Sum of RGB (Red+Green+Blue) = 224+143+239=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #E08FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08FEF is #1F7010. Grayscale: #B1B1B1. Windows color (decimal): -2060305 or 15699936. OLE color: 15699936.
HSL color Cylindrical-coordinate representation of color #E08FEF: hue angle of 290.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08FEF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 143 | 239 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.06 |
| HSL | 290.63º | 0.75% | 0.75% | - |
| HSV(B) | 290.63º | 0.4% | 0.94% | - |
| XYZ | 56.14 | 41.72 | 86.76 | - |
| YUV | 178.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 239 | 0.06 | 0.40 | 0 | 0.06 | 290.63 | 0.75 | 0.75 |
| Hex | E0 | 8F | EF | 6 | 28 | 0 | 6 | 123 | 4B | 4B |
| Octal | 340 | 217 | 357 | 6 | 50 | 0 | 6 | 443 | 113 | 113 |
| Binary | 11100000 | 10001111 | 11101111 | 110 | 101000 | 0 | 110 | 100100011 | 1001011 | 1001011 |
Color Harmonies of #E08FEF
Complementary color
Monochromatic Colors of #E08FEF
Black with #E08FEF
Text Example
Text Example
White with #E08FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FEF; }
p { color: rgb(224,143,239); }
H1.HeaderClassName
{
color: #E08FEF;
}
.AnyTagClassName
{
color: #E08FEF;
}
</style>
background-color css
<style>
a { background-color: #E08FEF; }
a { background-color: rgb(224,143,239); }
div.DivClassName
{
background-color: #E08FEF;
}
.BgClassName
{
background-color: #E08FEF;
}
</style>
border-color css
<style>
span { border-color: #E08FEF; }
span { border-color: rgb(224,143,239); }
td.TdClassName
{
border-color: #E08FEF;
}
.TagClassName
{
border-color: #E08FEF;
}
</style>