Shades of Violet #ED8BEF
Tints of Violet #ED8BEF
RGB
CMYK
RGB Variations
Color information
#ED8BEF (or 0xED8BEF) is known color: Violet. HEX triplet: ED, 8B and EF. RGB value is (237,139,239). Sum of RGB (Red+Green+Blue) = 237+139+239=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 139 (54.69% from 255 or 22.60% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED8BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BEF is #127410. Grayscale: #B3B3B3. Windows color (decimal): -1209361 or 15698925. OLE color: 15698925.
HSL color Cylindrical-coordinate representation of color #ED8BEF: hue angle of 298.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8BEF is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 139 | 239 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.06 |
| HSL | 298.8º | 0.76% | 0.74% | - |
| HSV(B) | 298.8º | 0.42% | 0.94% | - |
| XYZ | 59.74 | 42.7 | 86.76 | - |
| YUV | 179.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 239 | 0.01 | 0.42 | 0 | 0.06 | 298.8 | 0.76 | 0.74 |
| Hex | ED | 8B | EF | 1 | 2A | 0 | 6 | 12B | 4C | 4A |
| Octal | 355 | 213 | 357 | 1 | 52 | 0 | 6 | 453 | 114 | 112 |
| Binary | 11101101 | 10001011 | 11101111 | 1 | 101010 | 0 | 110 | 100101011 | 1001100 | 1001010 |
Color Harmonies of #ED8BEF
Complementary color
Monochromatic Colors of #ED8BEF
Black with #ED8BEF
Text Example
Text Example
White with #ED8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BEF; }
p { color: rgb(237,139,239); }
H1.HeaderClassName
{
color: #ED8BEF;
}
.AnyTagClassName
{
color: #ED8BEF;
}
</style>
background-color css
<style>
a { background-color: #ED8BEF; }
a { background-color: rgb(237,139,239); }
div.DivClassName
{
background-color: #ED8BEF;
}
.BgClassName
{
background-color: #ED8BEF;
}
</style>
border-color css
<style>
span { border-color: #ED8BEF; }
span { border-color: rgb(237,139,239); }
td.TdClassName
{
border-color: #ED8BEF;
}
.TagClassName
{
border-color: #ED8BEF;
}
</style>