Shades of Violet #E27FE1
Tints of Violet #E27FE1
RGB
CMYK
RGB Variations
Color information
#E27FE1 (or 0xE27FE1) is known color: Violet. HEX triplet: E2, 7F and E1. RGB value is (226,127,225). Sum of RGB (Red+Green+Blue) = 226+127+225=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FE1 is #1D801E. Grayscale: #A7A7A7. Windows color (decimal): -1933343 or 14778338. OLE color: 14778338.
HSL color Cylindrical-coordinate representation of color #E27FE1: hue angle of 300.61º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27FE1 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 225 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.11 |
| HSL | 300.61º | 0.63% | 0.69% | - |
| HSV(B) | 300.61º | 0.44% | 0.89% | - |
| XYZ | 52.54 | 36.78 | 75.56 | - |
| YUV | 167.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 225 | 0 | 0.44 | 0.00 | 0.11 | 300.61 | 0.63 | 0.69 |
| Hex | E2 | 7F | E1 | 0 | 2C | 0 | B | 12D | 3F | 45 |
| Octal | 342 | 177 | 341 | 0 | 54 | 0 | 13 | 455 | 77 | 105 |
| Binary | 11100010 | 1111111 | 11100001 | 0 | 101100 | 0 | 1011 | 100101101 | 111111 | 1000101 |
Color Harmonies of #E27FE1
Complementary color
Monochromatic Colors of #E27FE1
Black with #E27FE1
Text Example
Text Example
White with #E27FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FE1; }
p { color: rgb(226,127,225); }
H1.HeaderClassName
{
color: #E27FE1;
}
.AnyTagClassName
{
color: #E27FE1;
}
</style>
background-color css
<style>
a { background-color: #E27FE1; }
a { background-color: rgb(226,127,225); }
div.DivClassName
{
background-color: #E27FE1;
}
.BgClassName
{
background-color: #E27FE1;
}
</style>
border-color css
<style>
span { border-color: #E27FE1; }
span { border-color: rgb(226,127,225); }
td.TdClassName
{
border-color: #E27FE1;
}
.TagClassName
{
border-color: #E27FE1;
}
</style>