Shades of Violet #EB68ED
Tints of Violet #EB68ED
RGB
CMYK
RGB Variations
Color information
#EB68ED (or 0xEB68ED) is known color: Violet. HEX triplet: EB, 68 and ED. RGB value is (235,104,237). Sum of RGB (Red+Green+Blue) = 235+104+237=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB68ED is #149712. Grayscale: #9D9D9D. Windows color (decimal): -1349395 or 15558891. OLE color: 15558891.
HSL color Cylindrical-coordinate representation of color #EB68ED: hue angle of 299.1º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68ED is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 104 | 237 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.07 |
| HSL | 299.1º | 0.79% | 0.67% | - |
| HSV(B) | 299.1º | 0.56% | 0.93% | - |
| XYZ | 54.5 | 33.68 | 83.75 | - |
| YUV | 158.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 237 | 0.01 | 0.56 | 0 | 0.07 | 299.1 | 0.79 | 0.67 |
| Hex | EB | 68 | ED | 1 | 38 | 0 | 7 | 12B | 4F | 43 |
| Octal | 353 | 150 | 355 | 1 | 70 | 0 | 7 | 453 | 117 | 103 |
| Binary | 11101011 | 1101000 | 11101101 | 1 | 111000 | 0 | 111 | 100101011 | 1001111 | 1000011 |
Color Harmonies of #EB68ED
Complementary color
Monochromatic Colors of #EB68ED
Black with #EB68ED
Text Example
Text Example
White with #EB68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68ED; }
p { color: rgb(235,104,237); }
H1.HeaderClassName
{
color: #EB68ED;
}
.AnyTagClassName
{
color: #EB68ED;
}
</style>
background-color css
<style>
a { background-color: #EB68ED; }
a { background-color: rgb(235,104,237); }
div.DivClassName
{
background-color: #EB68ED;
}
.BgClassName
{
background-color: #EB68ED;
}
</style>
border-color css
<style>
span { border-color: #EB68ED; }
span { border-color: rgb(235,104,237); }
td.TdClassName
{
border-color: #EB68ED;
}
.TagClassName
{
border-color: #EB68ED;
}
</style>