Shades of Violet #E27AF0
Tints of Violet #E27AF0
RGB
CMYK
RGB Variations
Color information
#E27AF0 (or 0xE27AF0) is known color: Violet. HEX triplet: E2, 7A and F0. RGB value is (226,122,240). Sum of RGB (Red+Green+Blue) = 226+122+240=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #E27AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27AF0 is #1D850F. Grayscale: #A6A6A6. Windows color (decimal): -1934608 or 15760098. OLE color: 15760098.
HSL color Cylindrical-coordinate representation of color #E27AF0: hue angle of 292.88º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E27AF0 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 122 | 240 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.06 |
| HSL | 292.88º | 0.8% | 0.71% | - |
| HSV(B) | 292.88º | 0.49% | 0.94% | - |
| XYZ | 54.05 | 36.38 | 86.61 | - |
| YUV | 166.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 240 | 0.06 | 0.49 | 0 | 0.06 | 292.88 | 0.8 | 0.71 |
| Hex | E2 | 7A | F0 | 6 | 31 | 0 | 6 | 125 | 50 | 47 |
| Octal | 342 | 172 | 360 | 6 | 61 | 0 | 6 | 445 | 120 | 107 |
| Binary | 11100010 | 1111010 | 11110000 | 110 | 110001 | 0 | 110 | 100100101 | 1010000 | 1000111 |
Color Harmonies of #E27AF0
Complementary color
Monochromatic Colors of #E27AF0
Black with #E27AF0
Text Example
Text Example
White with #E27AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27AF0; }
p { color: rgb(226,122,240); }
H1.HeaderClassName
{
color: #E27AF0;
}
.AnyTagClassName
{
color: #E27AF0;
}
</style>
background-color css
<style>
a { background-color: #E27AF0; }
a { background-color: rgb(226,122,240); }
div.DivClassName
{
background-color: #E27AF0;
}
.BgClassName
{
background-color: #E27AF0;
}
</style>
border-color css
<style>
span { border-color: #E27AF0; }
span { border-color: rgb(226,122,240); }
td.TdClassName
{
border-color: #E27AF0;
}
.TagClassName
{
border-color: #E27AF0;
}
</style>