Shades of Violet #EF7BEB
Tints of Violet #EF7BEB
RGB
CMYK
RGB Variations
Color information
#EF7BEB (or 0xEF7BEB) is known color: Violet. HEX triplet: EF, 7B and EB. RGB value is (239,123,235). Sum of RGB (Red+Green+Blue) = 239+123+235=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BEB is #108414. Grayscale: #AAAAAA. Windows color (decimal): -1082389 or 15432687. OLE color: 15432687.
HSL color Cylindrical-coordinate representation of color #EF7BEB: hue angle of 302.07º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BEB is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 235 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.06 |
| HSL | 302.07º | 0.78% | 0.71% | - |
| HSV(B) | 302.07º | 0.49% | 0.94% | - |
| XYZ | 57.67 | 38.51 | 82.99 | - |
| YUV | 170.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 235 | 0 | 0.49 | 0.02 | 0.06 | 302.07 | 0.78 | 0.71 |
| Hex | EF | 7B | EB | 0 | 31 | 2 | 6 | 12E | 4E | 47 |
| Octal | 357 | 173 | 353 | 0 | 61 | 2 | 6 | 456 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11101011 | 0 | 110001 | 10 | 110 | 100101110 | 1001110 | 1000111 |
Color Harmonies of #EF7BEB
Complementary color
Monochromatic Colors of #EF7BEB
Black with #EF7BEB
Text Example
Text Example
White with #EF7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BEB; }
p { color: rgb(239,123,235); }
H1.HeaderClassName
{
color: #EF7BEB;
}
.AnyTagClassName
{
color: #EF7BEB;
}
</style>
background-color css
<style>
a { background-color: #EF7BEB; }
a { background-color: rgb(239,123,235); }
div.DivClassName
{
background-color: #EF7BEB;
}
.BgClassName
{
background-color: #EF7BEB;
}
</style>
border-color css
<style>
span { border-color: #EF7BEB; }
span { border-color: rgb(239,123,235); }
td.TdClassName
{
border-color: #EF7BEB;
}
.TagClassName
{
border-color: #EF7BEB;
}
</style>