Shades of Violet #E392EA
Tints of Violet #E392EA
RGB
CMYK
RGB Variations
Color information
#E392EA (or 0xE392EA) is known color: Violet. HEX triplet: E3, 92 and EA. RGB value is (227,146,234). Sum of RGB (Red+Green+Blue) = 227+146+234=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #E392EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E392EA is #1C6D15. Grayscale: #B3B3B3. Windows color (decimal): -1862934 or 15373027. OLE color: 15373027.
HSL color Cylindrical-coordinate representation of color #E392EA: hue angle of 295.23º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E392EA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 146 | 234 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.08 |
| HSL | 295.23º | 0.68% | 0.75% | - |
| HSV(B) | 295.23º | 0.38% | 0.92% | - |
| XYZ | 56.81 | 42.83 | 83.11 | - |
| YUV | 180.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 234 | 0.03 | 0.38 | 0 | 0.08 | 295.23 | 0.68 | 0.75 |
| Hex | E3 | 92 | EA | 3 | 26 | 0 | 8 | 127 | 44 | 4B |
| Octal | 343 | 222 | 352 | 3 | 46 | 0 | 10 | 447 | 104 | 113 |
| Binary | 11100011 | 10010010 | 11101010 | 11 | 100110 | 0 | 1000 | 100100111 | 1000100 | 1001011 |
Color Harmonies of #E392EA
Complementary color
Monochromatic Colors of #E392EA
Black with #E392EA
Text Example
Text Example
White with #E392EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392EA; }
p { color: rgb(227,146,234); }
H1.HeaderClassName
{
color: #E392EA;
}
.AnyTagClassName
{
color: #E392EA;
}
</style>
background-color css
<style>
a { background-color: #E392EA; }
a { background-color: rgb(227,146,234); }
div.DivClassName
{
background-color: #E392EA;
}
.BgClassName
{
background-color: #E392EA;
}
</style>
border-color css
<style>
span { border-color: #E392EA; }
span { border-color: rgb(227,146,234); }
td.TdClassName
{
border-color: #E392EA;
}
.TagClassName
{
border-color: #E392EA;
}
</style>