Shades of Violet #E374E7
Tints of Violet #E374E7
RGB
CMYK
RGB Variations
Color information
#E374E7 (or 0xE374E7) is known color: Violet. HEX triplet: E3, 74 and E7. RGB value is (227,116,231). Sum of RGB (Red+Green+Blue) = 227+116+231=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #E374E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E374E7 is #1C8B18. Grayscale: #A1A1A1. Windows color (decimal): -1870617 or 15168739. OLE color: 15168739.
HSL color Cylindrical-coordinate representation of color #E374E7: hue angle of 297.91º 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 #E374E7 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 116 | 231 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.09 |
| HSL | 297.91º | 0.71% | 0.68% | - |
| HSV(B) | 297.91º | 0.5% | 0.91% | - |
| XYZ | 52.35 | 34.59 | 79.52 | - |
| YUV | 162.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 231 | 0.02 | 0.50 | 0 | 0.09 | 297.91 | 0.71 | 0.68 |
| Hex | E3 | 74 | E7 | 2 | 32 | 0 | 9 | 12A | 47 | 44 |
| Octal | 343 | 164 | 347 | 2 | 62 | 0 | 11 | 452 | 107 | 104 |
| Binary | 11100011 | 1110100 | 11100111 | 10 | 110010 | 0 | 1001 | 100101010 | 1000111 | 1000100 |
Color Harmonies of #E374E7
Complementary color
Monochromatic Colors of #E374E7
Black with #E374E7
Text Example
Text Example
White with #E374E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374E7; }
p { color: rgb(227,116,231); }
H1.HeaderClassName
{
color: #E374E7;
}
.AnyTagClassName
{
color: #E374E7;
}
</style>
background-color css
<style>
a { background-color: #E374E7; }
a { background-color: rgb(227,116,231); }
div.DivClassName
{
background-color: #E374E7;
}
.BgClassName
{
background-color: #E374E7;
}
</style>
border-color css
<style>
span { border-color: #E374E7; }
span { border-color: rgb(227,116,231); }
td.TdClassName
{
border-color: #E374E7;
}
.TagClassName
{
border-color: #E374E7;
}
</style>