Shades of Violet #E692FE
Tints of Violet #E692FE
RGB
CMYK
RGB Variations
Color information
#E692FE (or 0xE692FE) is known color: Violet. HEX triplet: E6, 92 and FE. RGB value is (230,146,254). Sum of RGB (Red+Green+Blue) = 230+146+254=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 146 (57.42% from 255 or 23.17% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #E692FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E692FE is #196D01. Grayscale: #B7B7B7. Windows color (decimal): -1666306 or 16683750. OLE color: 16683750.
HSL color Cylindrical-coordinate representation of color #E692FE: hue angle of 286.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E692FE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 146 | 254 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.00 |
| HSL | 286.67º | 0.98% | 0.78% | - |
| HSV(B) | 286.67º | 0.43% | 1% | - |
| XYZ | 60.8 | 44.54 | 99.16 | - |
| YUV | 183.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 254 | 0.09 | 0.43 | 0 | 0.00 | 286.67 | 0.98 | 0.78 |
| Hex | E6 | 92 | FE | 9 | 2B | 0 | 0 | 11F | 62 | 4E |
| Octal | 346 | 222 | 376 | 11 | 53 | 0 | 0 | 437 | 142 | 116 |
| Binary | 11100110 | 10010010 | 11111110 | 1001 | 101011 | 0 | 0 | 100011111 | 1100010 | 1001110 |
Color Harmonies of #E692FE
Complementary color
Monochromatic Colors of #E692FE
Black with #E692FE
Text Example
Text Example
White with #E692FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692FE; }
p { color: rgb(230,146,254); }
H1.HeaderClassName
{
color: #E692FE;
}
.AnyTagClassName
{
color: #E692FE;
}
</style>
background-color css
<style>
a { background-color: #E692FE; }
a { background-color: rgb(230,146,254); }
div.DivClassName
{
background-color: #E692FE;
}
.BgClassName
{
background-color: #E692FE;
}
</style>
border-color css
<style>
span { border-color: #E692FE; }
span { border-color: rgb(230,146,254); }
td.TdClassName
{
border-color: #E692FE;
}
.TagClassName
{
border-color: #E692FE;
}
</style>