Shades of Violet #E684DF
Tints of Violet #E684DF
RGB
CMYK
RGB Variations
Color information
#E684DF (or 0xE684DF) is known color: Violet. HEX triplet: E6, 84 and DF. RGB value is (230,132,223). Sum of RGB (Red+Green+Blue) = 230+132+223=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E684DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684DF is #197B20. Grayscale: #ABABAB. Windows color (decimal): -1669921 or 14648550. OLE color: 14648550.
HSL color Cylindrical-coordinate representation of color #E684DF: hue angle of 304.29º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E684DF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 223 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.10 |
| HSL | 304.29º | 0.66% | 0.71% | - |
| HSV(B) | 304.29º | 0.43% | 0.9% | - |
| XYZ | 54.2 | 38.65 | 74.42 | - |
| YUV | 171.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 223 | 0 | 0.43 | 0.03 | 0.10 | 304.29 | 0.66 | 0.71 |
| Hex | E6 | 84 | DF | 0 | 2B | 3 | A | 130 | 42 | 47 |
| Octal | 346 | 204 | 337 | 0 | 53 | 3 | 12 | 460 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11011111 | 0 | 101011 | 11 | 1010 | 100110000 | 1000010 | 1000111 |
Color Harmonies of #E684DF
Complementary color
Monochromatic Colors of #E684DF
Black with #E684DF
Text Example
Text Example
White with #E684DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684DF; }
p { color: rgb(230,132,223); }
H1.HeaderClassName
{
color: #E684DF;
}
.AnyTagClassName
{
color: #E684DF;
}
</style>
background-color css
<style>
a { background-color: #E684DF; }
a { background-color: rgb(230,132,223); }
div.DivClassName
{
background-color: #E684DF;
}
.BgClassName
{
background-color: #E684DF;
}
</style>
border-color css
<style>
span { border-color: #E684DF; }
span { border-color: rgb(230,132,223); }
td.TdClassName
{
border-color: #E684DF;
}
.TagClassName
{
border-color: #E684DF;
}
</style>