Shades of Violet #E687F2
Tints of Violet #E687F2
RGB
CMYK
RGB Variations
Color information
#E687F2 (or 0xE687F2) is known color: Violet. HEX triplet: E6, 87 and F2. RGB value is (230,135,242). Sum of RGB (Red+Green+Blue) = 230+135+242=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 135 (53.12% from 255 or 22.24% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #E687F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E687F2 is #19780D. Grayscale: #AFAFAF. Windows color (decimal): -1669134 or 15894502. OLE color: 15894502.
HSL color Cylindrical-coordinate representation of color #E687F2: hue angle of 293.27º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E687F2 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 135 | 242 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.05 |
| HSL | 293.27º | 0.8% | 0.74% | - |
| HSV(B) | 293.27º | 0.44% | 0.95% | - |
| XYZ | 57.32 | 40.56 | 88.81 | - |
| YUV | 175.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 242 | 0.05 | 0.44 | 0 | 0.05 | 293.27 | 0.8 | 0.74 |
| Hex | E6 | 87 | F2 | 5 | 2C | 0 | 5 | 125 | 50 | 4A |
| Octal | 346 | 207 | 362 | 5 | 54 | 0 | 5 | 445 | 120 | 112 |
| Binary | 11100110 | 10000111 | 11110010 | 101 | 101100 | 0 | 101 | 100100101 | 1010000 | 1001010 |
Color Harmonies of #E687F2
Complementary color
Monochromatic Colors of #E687F2
Black with #E687F2
Text Example
Text Example
White with #E687F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687F2; }
p { color: rgb(230,135,242); }
H1.HeaderClassName
{
color: #E687F2;
}
.AnyTagClassName
{
color: #E687F2;
}
</style>
background-color css
<style>
a { background-color: #E687F2; }
a { background-color: rgb(230,135,242); }
div.DivClassName
{
background-color: #E687F2;
}
.BgClassName
{
background-color: #E687F2;
}
</style>
border-color css
<style>
span { border-color: #E687F2; }
span { border-color: rgb(230,135,242); }
td.TdClassName
{
border-color: #E687F2;
}
.TagClassName
{
border-color: #E687F2;
}
</style>