Shades of Violet #EB6BEB
Tints of Violet #EB6BEB
RGB
CMYK
RGB Variations
Color information
#EB6BEB (or 0xEB6BEB) is known color: Violet. HEX triplet: EB, 6B and EB. RGB value is (235,107,235). Sum of RGB (Red+Green+Blue) = 235+107+235=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB6BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6BEB is #149414. Grayscale: #9F9F9F. Windows color (decimal): -1348629 or 15428587. OLE color: 15428587.
HSL color Cylindrical-coordinate representation of color #EB6BEB: hue angle of 300º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6BEB is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 107 | 235 | - |
CMYK | 0 | 0.54 | 0 | 0.08 |
HSL | 300º | 0.76% | 0.67% | - |
HSV(B) | 300º | 0.54% | 0.92% | - |
XYZ | 54.51 | 34.18 | 82.32 | - |
YUV | 159.86 | 170.41 | 181.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 107 | 235 | 0 | 0.54 | 0 | 0.08 | 300 | 0.76 | 0.67 |
Hex | EB | 6B | EB | 0 | 36 | 0 | 8 | 12C | 4C | 43 |
Octal | 353 | 153 | 353 | 0 | 66 | 0 | 10 | 454 | 114 | 103 |
Binary | 11101011 | 1101011 | 11101011 | 0 | 110110 | 0 | 1000 | 100101100 | 1001100 | 1000011 |
Color Harmonies of #EB6BEB
Complementary color
Monochromatic Colors of #EB6BEB
Black with #EB6BEB
Text Example
Text Example
White with #EB6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6BEB; }
p { color: rgb(235,107,235); }
H1.HeaderClassName
{
color: #EB6BEB;
}
.AnyTagClassName
{
color: #EB6BEB;
}
</style>
background-color css
<style>
a { background-color: #EB6BEB; }
a { background-color: rgb(235,107,235); }
div.DivClassName
{
background-color: #EB6BEB;
}
.BgClassName
{
background-color: #EB6BEB;
}
</style>
border-color css
<style>
span { border-color: #EB6BEB; }
span { border-color: rgb(235,107,235); }
td.TdClassName
{
border-color: #EB6BEB;
}
.TagClassName
{
border-color: #EB6BEB;
}
</style>