Shades of Violet #ED8BF6
Tints of Violet #ED8BF6
RGB
CMYK
RGB Variations
Color information
#ED8BF6 (or 0xED8BF6) is known color: Violet. HEX triplet: ED, 8B and F6. RGB value is (237,139,246). Sum of RGB (Red+Green+Blue) = 237+139+246=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 139 (54.69% from 255 or 22.35% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED8BF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BF6 is #127409. Grayscale: #B4B4B4. Windows color (decimal): -1209354 or 16157677. OLE color: 16157677.
HSL color Cylindrical-coordinate representation of color #ED8BF6: hue angle of 294.95º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8BF6 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 139 | 246 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.04 |
| HSL | 294.95º | 0.86% | 0.75% | - |
| HSV(B) | 294.95º | 0.43% | 0.96% | - |
| XYZ | 60.79 | 43.12 | 92.31 | - |
| YUV | 180.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 246 | 0.04 | 0.43 | 0 | 0.04 | 294.95 | 0.86 | 0.75 |
| Hex | ED | 8B | F6 | 4 | 2B | 0 | 4 | 127 | 56 | 4B |
| Octal | 355 | 213 | 366 | 4 | 53 | 0 | 4 | 447 | 126 | 113 |
| Binary | 11101101 | 10001011 | 11110110 | 100 | 101011 | 0 | 100 | 100100111 | 1010110 | 1001011 |
Color Harmonies of #ED8BF6
Complementary color
Monochromatic Colors of #ED8BF6
Black with #ED8BF6
Text Example
Text Example
White with #ED8BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BF6; }
p { color: rgb(237,139,246); }
H1.HeaderClassName
{
color: #ED8BF6;
}
.AnyTagClassName
{
color: #ED8BF6;
}
</style>
background-color css
<style>
a { background-color: #ED8BF6; }
a { background-color: rgb(237,139,246); }
div.DivClassName
{
background-color: #ED8BF6;
}
.BgClassName
{
background-color: #ED8BF6;
}
</style>
border-color css
<style>
span { border-color: #ED8BF6; }
span { border-color: rgb(237,139,246); }
td.TdClassName
{
border-color: #ED8BF6;
}
.TagClassName
{
border-color: #ED8BF6;
}
</style>