Shades of Violet #E07FEE
Tints of Violet #E07FEE
RGB
CMYK
RGB Variations
Color information
#E07FEE (or 0xE07FEE) is known color: Violet. HEX triplet: E0, 7F and EE. RGB value is (224,127,238). Sum of RGB (Red+Green+Blue) = 224+127+238=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #E07FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FEE is #1F8011. Grayscale: #A8A8A8. Windows color (decimal): -2064402 or 15630304. OLE color: 15630304.
HSL color Cylindrical-coordinate representation of color #E07FEE: hue angle of 292.43º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07FEE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 127 | 238 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.07 |
| HSL | 292.43º | 0.77% | 0.72% | - |
| HSV(B) | 292.43º | 0.47% | 0.93% | - |
| XYZ | 53.76 | 37.2 | 85.24 | - |
| YUV | 168.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 238 | 0.06 | 0.47 | 0 | 0.07 | 292.43 | 0.77 | 0.72 |
| Hex | E0 | 7F | EE | 6 | 2F | 0 | 7 | 124 | 4D | 48 |
| Octal | 340 | 177 | 356 | 6 | 57 | 0 | 7 | 444 | 115 | 110 |
| Binary | 11100000 | 1111111 | 11101110 | 110 | 101111 | 0 | 111 | 100100100 | 1001101 | 1001000 |
Color Harmonies of #E07FEE
Complementary color
Monochromatic Colors of #E07FEE
Black with #E07FEE
Text Example
Text Example
White with #E07FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FEE; }
p { color: rgb(224,127,238); }
H1.HeaderClassName
{
color: #E07FEE;
}
.AnyTagClassName
{
color: #E07FEE;
}
</style>
background-color css
<style>
a { background-color: #E07FEE; }
a { background-color: rgb(224,127,238); }
div.DivClassName
{
background-color: #E07FEE;
}
.BgClassName
{
background-color: #E07FEE;
}
</style>
border-color css
<style>
span { border-color: #E07FEE; }
span { border-color: rgb(224,127,238); }
td.TdClassName
{
border-color: #E07FEE;
}
.TagClassName
{
border-color: #E07FEE;
}
</style>