Shades of Violet #E692FB
Tints of Violet #E692FB
RGB
CMYK
RGB Variations
Color information
#E692FB (or 0xE692FB) is known color: Violet. HEX triplet: E6, 92 and FB. RGB value is (230,146,251). Sum of RGB (Red+Green+Blue) = 230+146+251=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 146 (57.42% from 255 or 23.29% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #E692FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E692FB is #196D04. Grayscale: #B6B6B6. Windows color (decimal): -1666309 or 16487142. OLE color: 16487142.
HSL color Cylindrical-coordinate representation of color #E692FB: hue angle of 288º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E692FB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 146 | 251 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.02 |
| HSL | 288º | 0.93% | 0.78% | - |
| HSV(B) | 288º | 0.42% | 0.98% | - |
| XYZ | 60.32 | 44.35 | 96.65 | - |
| YUV | 183.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 251 | 0.08 | 0.42 | 0 | 0.02 | 288 | 0.93 | 0.78 |
| Hex | E6 | 92 | FB | 8 | 2A | 0 | 2 | 120 | 5D | 4E |
| Octal | 346 | 222 | 373 | 10 | 52 | 0 | 2 | 440 | 135 | 116 |
| Binary | 11100110 | 10010010 | 11111011 | 1000 | 101010 | 0 | 10 | 100100000 | 1011101 | 1001110 |
Color Harmonies of #E692FB
Complementary color
Monochromatic Colors of #E692FB
Black with #E692FB
Text Example
Text Example
White with #E692FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692FB; }
p { color: rgb(230,146,251); }
H1.HeaderClassName
{
color: #E692FB;
}
.AnyTagClassName
{
color: #E692FB;
}
</style>
background-color css
<style>
a { background-color: #E692FB; }
a { background-color: rgb(230,146,251); }
div.DivClassName
{
background-color: #E692FB;
}
.BgClassName
{
background-color: #E692FB;
}
</style>
border-color css
<style>
span { border-color: #E692FB; }
span { border-color: rgb(230,146,251); }
td.TdClassName
{
border-color: #E692FB;
}
.TagClassName
{
border-color: #E692FB;
}
</style>