Shades of Violet #E274E7
Tints of Violet #E274E7
RGB
CMYK
RGB Variations
Color information
#E274E7 (or 0xE274E7) is known color: Violet. HEX triplet: E2, 74 and E7. RGB value is (226,116,231). Sum of RGB (Red+Green+Blue) = 226+116+231=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 231 - color contains mainly: blue. Hex color #E274E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274E7 is #1D8B18. Grayscale: #A1A1A1. Windows color (decimal): -1936153 or 15168738. OLE color: 15168738.
HSL color Cylindrical-coordinate representation of color #E274E7: hue angle of 297.39º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E274E7 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 116 | 231 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.09 |
| HSL | 297.39º | 0.71% | 0.68% | - |
| HSV(B) | 297.39º | 0.5% | 0.91% | - |
| XYZ | 52.03 | 34.43 | 79.5 | - |
| YUV | 162 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 231 | 0.02 | 0.50 | 0 | 0.09 | 297.39 | 0.71 | 0.68 |
| Hex | E2 | 74 | E7 | 2 | 32 | 0 | 9 | 129 | 47 | 44 |
| Octal | 342 | 164 | 347 | 2 | 62 | 0 | 11 | 451 | 107 | 104 |
| Binary | 11100010 | 1110100 | 11100111 | 10 | 110010 | 0 | 1001 | 100101001 | 1000111 | 1000100 |
Color Harmonies of #E274E7
Complementary color
Monochromatic Colors of #E274E7
Black with #E274E7
Text Example
Text Example
White with #E274E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274E7; }
p { color: rgb(226,116,231); }
H1.HeaderClassName
{
color: #E274E7;
}
.AnyTagClassName
{
color: #E274E7;
}
</style>
background-color css
<style>
a { background-color: #E274E7; }
a { background-color: rgb(226,116,231); }
div.DivClassName
{
background-color: #E274E7;
}
.BgClassName
{
background-color: #E274E7;
}
</style>
border-color css
<style>
span { border-color: #E274E7; }
span { border-color: rgb(226,116,231); }
td.TdClassName
{
border-color: #E274E7;
}
.TagClassName
{
border-color: #E274E7;
}
</style>