Shades of Violet #E27BF0
Tints of Violet #E27BF0
RGB
CMYK
RGB Variations
Color information
#E27BF0 (or 0xE27BF0) is known color: Violet. HEX triplet: E2, 7B and F0. RGB value is (226,123,240). Sum of RGB (Red+Green+Blue) = 226+123+240=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #E27BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27BF0 is #1D840F. Grayscale: #A6A6A6. Windows color (decimal): -1934352 or 15760354. OLE color: 15760354.
HSL color Cylindrical-coordinate representation of color #E27BF0: hue angle of 292.82º 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 #E27BF0 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 123 | 240 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.06 |
| HSL | 292.82º | 0.8% | 0.71% | - |
| HSV(B) | 292.82º | 0.49% | 0.94% | - |
| XYZ | 54.18 | 36.63 | 86.65 | - |
| YUV | 167.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 240 | 0.06 | 0.49 | 0 | 0.06 | 292.82 | 0.8 | 0.71 |
| Hex | E2 | 7B | F0 | 6 | 31 | 0 | 6 | 125 | 50 | 47 |
| Octal | 342 | 173 | 360 | 6 | 61 | 0 | 6 | 445 | 120 | 107 |
| Binary | 11100010 | 1111011 | 11110000 | 110 | 110001 | 0 | 110 | 100100101 | 1010000 | 1000111 |
Color Harmonies of #E27BF0
Complementary color
Monochromatic Colors of #E27BF0
Black with #E27BF0
Text Example
Text Example
White with #E27BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BF0; }
p { color: rgb(226,123,240); }
H1.HeaderClassName
{
color: #E27BF0;
}
.AnyTagClassName
{
color: #E27BF0;
}
</style>
background-color css
<style>
a { background-color: #E27BF0; }
a { background-color: rgb(226,123,240); }
div.DivClassName
{
background-color: #E27BF0;
}
.BgClassName
{
background-color: #E27BF0;
}
</style>
border-color css
<style>
span { border-color: #E27BF0; }
span { border-color: rgb(226,123,240); }
td.TdClassName
{
border-color: #E27BF0;
}
.TagClassName
{
border-color: #E27BF0;
}
</style>