Shades of Violet #E07FEF
Tints of Violet #E07FEF
RGB
CMYK
RGB Variations
Color information
#E07FEF (or 0xE07FEF) is known color: Violet. HEX triplet: E0, 7F and EF. RGB value is (224,127,239). Sum of RGB (Red+Green+Blue) = 224+127+239=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #E07FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FEF is #1F8010. Grayscale: #A8A8A8. Windows color (decimal): -2064401 or 15695840. OLE color: 15695840.
HSL color Cylindrical-coordinate representation of color #E07FEF: hue angle of 291.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07FEF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 127 | 239 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.06 |
| HSL | 291.96º | 0.78% | 0.72% | - |
| HSV(B) | 291.96º | 0.47% | 0.94% | - |
| XYZ | 53.91 | 37.26 | 86.01 | - |
| YUV | 168.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 239 | 0.06 | 0.47 | 0 | 0.06 | 291.96 | 0.78 | 0.72 |
| Hex | E0 | 7F | EF | 6 | 2F | 0 | 6 | 124 | 4E | 48 |
| Octal | 340 | 177 | 357 | 6 | 57 | 0 | 6 | 444 | 116 | 110 |
| Binary | 11100000 | 1111111 | 11101111 | 110 | 101111 | 0 | 110 | 100100100 | 1001110 | 1001000 |
Color Harmonies of #E07FEF
Complementary color
Monochromatic Colors of #E07FEF
Black with #E07FEF
Text Example
Text Example
White with #E07FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FEF; }
p { color: rgb(224,127,239); }
H1.HeaderClassName
{
color: #E07FEF;
}
.AnyTagClassName
{
color: #E07FEF;
}
</style>
background-color css
<style>
a { background-color: #E07FEF; }
a { background-color: rgb(224,127,239); }
div.DivClassName
{
background-color: #E07FEF;
}
.BgClassName
{
background-color: #E07FEF;
}
</style>
border-color css
<style>
span { border-color: #E07FEF; }
span { border-color: rgb(224,127,239); }
td.TdClassName
{
border-color: #E07FEF;
}
.TagClassName
{
border-color: #E07FEF;
}
</style>