Shades of Violet #EB6DF2
Tints of Violet #EB6DF2
RGB
CMYK
RGB Variations
Color information
#EB6DF2 (or 0xEB6DF2) is known color: Violet. HEX triplet: EB, 6D and F2. RGB value is (235,109,242). Sum of RGB (Red+Green+Blue) = 235+109+242=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 109 (42.97% from 255 or 18.60% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB6DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6DF2 is #14920D. Grayscale: #A1A1A1. Windows color (decimal): -1348110 or 15887851. OLE color: 15887851.
HSL color Cylindrical-coordinate representation of color #EB6DF2: hue angle of 296.84º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6DF2 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 109 | 242 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.05 |
| HSL | 296.84º | 0.84% | 0.69% | - |
| HSV(B) | 296.84º | 0.55% | 0.95% | - |
| XYZ | 55.76 | 35.01 | 87.82 | - |
| YUV | 161.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 242 | 0.03 | 0.55 | 0 | 0.05 | 296.84 | 0.84 | 0.69 |
| Hex | EB | 6D | F2 | 3 | 37 | 0 | 5 | 129 | 54 | 45 |
| Octal | 353 | 155 | 362 | 3 | 67 | 0 | 5 | 451 | 124 | 105 |
| Binary | 11101011 | 1101101 | 11110010 | 11 | 110111 | 0 | 101 | 100101001 | 1010100 | 1000101 |
Color Harmonies of #EB6DF2
Complementary color
Monochromatic Colors of #EB6DF2
Black with #EB6DF2
Text Example
Text Example
White with #EB6DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6DF2; }
p { color: rgb(235,109,242); }
H1.HeaderClassName
{
color: #EB6DF2;
}
.AnyTagClassName
{
color: #EB6DF2;
}
</style>
background-color css
<style>
a { background-color: #EB6DF2; }
a { background-color: rgb(235,109,242); }
div.DivClassName
{
background-color: #EB6DF2;
}
.BgClassName
{
background-color: #EB6DF2;
}
</style>
border-color css
<style>
span { border-color: #EB6DF2; }
span { border-color: rgb(235,109,242); }
td.TdClassName
{
border-color: #EB6DF2;
}
.TagClassName
{
border-color: #EB6DF2;
}
</style>