Shades of Violet #E292F0
Tints of Violet #E292F0
RGB
CMYK
RGB Variations
Color information
#E292F0 (or 0xE292F0) is known color: Violet. HEX triplet: E2, 92 and F0. RGB value is (226,146,240). Sum of RGB (Red+Green+Blue) = 226+146+240=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #E292F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292F0 is #1D6D0F. Grayscale: #B4B4B4. Windows color (decimal): -1928464 or 15766242. OLE color: 15766242.
HSL color Cylindrical-coordinate representation of color #E292F0: hue angle of 291.06º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E292F0 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 146 | 240 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.06 |
| HSL | 291.06º | 0.76% | 0.76% | - |
| HSV(B) | 291.06º | 0.39% | 0.94% | - |
| XYZ | 57.37 | 43.02 | 87.72 | - |
| YUV | 180.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 240 | 0.06 | 0.39 | 0 | 0.06 | 291.06 | 0.76 | 0.76 |
| Hex | E2 | 92 | F0 | 6 | 27 | 0 | 6 | 123 | 4C | 4C |
| Octal | 342 | 222 | 360 | 6 | 47 | 0 | 6 | 443 | 114 | 114 |
| Binary | 11100010 | 10010010 | 11110000 | 110 | 100111 | 0 | 110 | 100100011 | 1001100 | 1001100 |
Color Harmonies of #E292F0
Complementary color
Monochromatic Colors of #E292F0
Black with #E292F0
Text Example
Text Example
White with #E292F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292F0; }
p { color: rgb(226,146,240); }
H1.HeaderClassName
{
color: #E292F0;
}
.AnyTagClassName
{
color: #E292F0;
}
</style>
background-color css
<style>
a { background-color: #E292F0; }
a { background-color: rgb(226,146,240); }
div.DivClassName
{
background-color: #E292F0;
}
.BgClassName
{
background-color: #E292F0;
}
</style>
border-color css
<style>
span { border-color: #E292F0; }
span { border-color: rgb(226,146,240); }
td.TdClassName
{
border-color: #E292F0;
}
.TagClassName
{
border-color: #E292F0;
}
</style>