Shades of Violet #ED7BEF
Tints of Violet #ED7BEF
RGB
CMYK
RGB Variations
Color information
#ED7BEF (or 0xED7BEF) is known color: Violet. HEX triplet: ED, 7B and EF. RGB value is (237,123,239). Sum of RGB (Red+Green+Blue) = 237+123+239=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED7BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BEF is #128410. Grayscale: #A9A9A9. Windows color (decimal): -1213457 or 15694829. OLE color: 15694829.
HSL color Cylindrical-coordinate representation of color #ED7BEF: hue angle of 298.97º 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 #ED7BEF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 123 | 239 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.06 |
| HSL | 298.97º | 0.78% | 0.71% | - |
| HSV(B) | 298.97º | 0.49% | 0.94% | - |
| XYZ | 57.59 | 38.4 | 86.04 | - |
| YUV | 170.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 239 | 0.01 | 0.49 | 0 | 0.06 | 298.97 | 0.78 | 0.71 |
| Hex | ED | 7B | EF | 1 | 31 | 0 | 6 | 12B | 4E | 47 |
| Octal | 355 | 173 | 357 | 1 | 61 | 0 | 6 | 453 | 116 | 107 |
| Binary | 11101101 | 1111011 | 11101111 | 1 | 110001 | 0 | 110 | 100101011 | 1001110 | 1000111 |
Color Harmonies of #ED7BEF
Complementary color
Monochromatic Colors of #ED7BEF
Black with #ED7BEF
Text Example
Text Example
White with #ED7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BEF; }
p { color: rgb(237,123,239); }
H1.HeaderClassName
{
color: #ED7BEF;
}
.AnyTagClassName
{
color: #ED7BEF;
}
</style>
background-color css
<style>
a { background-color: #ED7BEF; }
a { background-color: rgb(237,123,239); }
div.DivClassName
{
background-color: #ED7BEF;
}
.BgClassName
{
background-color: #ED7BEF;
}
</style>
border-color css
<style>
span { border-color: #ED7BEF; }
span { border-color: rgb(237,123,239); }
td.TdClassName
{
border-color: #ED7BEF;
}
.TagClassName
{
border-color: #ED7BEF;
}
</style>