Shades of Violet #E27FF2
Tints of Violet #E27FF2
RGB
CMYK
RGB Variations
Color information
#E27FF2 (or 0xE27FF2) is known color: Violet. HEX triplet: E2, 7F and F2. RGB value is (226,127,242). Sum of RGB (Red+Green+Blue) = 226+127+242=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #E27FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27FF2 is #1D800D. Grayscale: #A9A9A9. Windows color (decimal): -1933326 or 15892450. OLE color: 15892450.
HSL color Cylindrical-coordinate representation of color #E27FF2: hue angle of 291.65º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E27FF2 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 127 | 242 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.05 |
| HSL | 291.65º | 0.82% | 0.72% | - |
| HSV(B) | 291.65º | 0.48% | 0.95% | - |
| XYZ | 54.98 | 37.76 | 88.39 | - |
| YUV | 169.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 242 | 0.07 | 0.48 | 0 | 0.05 | 291.65 | 0.82 | 0.72 |
| Hex | E2 | 7F | F2 | 7 | 30 | 0 | 5 | 124 | 52 | 48 |
| Octal | 342 | 177 | 362 | 7 | 60 | 0 | 5 | 444 | 122 | 110 |
| Binary | 11100010 | 1111111 | 11110010 | 111 | 110000 | 0 | 101 | 100100100 | 1010010 | 1001000 |
Color Harmonies of #E27FF2
Complementary color
Monochromatic Colors of #E27FF2
Black with #E27FF2
Text Example
Text Example
White with #E27FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FF2; }
p { color: rgb(226,127,242); }
H1.HeaderClassName
{
color: #E27FF2;
}
.AnyTagClassName
{
color: #E27FF2;
}
</style>
background-color css
<style>
a { background-color: #E27FF2; }
a { background-color: rgb(226,127,242); }
div.DivClassName
{
background-color: #E27FF2;
}
.BgClassName
{
background-color: #E27FF2;
}
</style>
border-color css
<style>
span { border-color: #E27FF2; }
span { border-color: rgb(226,127,242); }
td.TdClassName
{
border-color: #E27FF2;
}
.TagClassName
{
border-color: #E27FF2;
}
</style>