Shades of Violet #E07FEA
Tints of Violet #E07FEA
RGB
CMYK
RGB Variations
Color information
#E07FEA (or 0xE07FEA) is known color: Violet. HEX triplet: E0, 7F and EA. RGB value is (224,127,234). Sum of RGB (Red+Green+Blue) = 224+127+234=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #E07FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FEA is #1F8015. Grayscale: #A7A7A7. Windows color (decimal): -2064406 or 15368160. OLE color: 15368160.
HSL color Cylindrical-coordinate representation of color #E07FEA: hue angle of 294.39º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07FEA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 127 | 234 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.08 |
| HSL | 294.39º | 0.72% | 0.71% | - |
| HSV(B) | 294.39º | 0.46% | 0.92% | - |
| XYZ | 53.18 | 36.97 | 82.17 | - |
| YUV | 168.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 234 | 0.04 | 0.46 | 0 | 0.08 | 294.39 | 0.72 | 0.71 |
| Hex | E0 | 7F | EA | 4 | 2E | 0 | 8 | 126 | 48 | 47 |
| Octal | 340 | 177 | 352 | 4 | 56 | 0 | 10 | 446 | 110 | 107 |
| Binary | 11100000 | 1111111 | 11101010 | 100 | 101110 | 0 | 1000 | 100100110 | 1001000 | 1000111 |
Color Harmonies of #E07FEA
Complementary color
Monochromatic Colors of #E07FEA
Black with #E07FEA
Text Example
Text Example
White with #E07FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FEA; }
p { color: rgb(224,127,234); }
H1.HeaderClassName
{
color: #E07FEA;
}
.AnyTagClassName
{
color: #E07FEA;
}
</style>
background-color css
<style>
a { background-color: #E07FEA; }
a { background-color: rgb(224,127,234); }
div.DivClassName
{
background-color: #E07FEA;
}
.BgClassName
{
background-color: #E07FEA;
}
</style>
border-color css
<style>
span { border-color: #E07FEA; }
span { border-color: rgb(224,127,234); }
td.TdClassName
{
border-color: #E07FEA;
}
.TagClassName
{
border-color: #E07FEA;
}
</style>