Shades of Violet #ED8BFC
Tints of Violet #ED8BFC
RGB
CMYK
RGB Variations
Color information
#ED8BFC (or 0xED8BFC) is known color: Violet. HEX triplet: ED, 8B and FC. RGB value is (237,139,252). Sum of RGB (Red+Green+Blue) = 237+139+252=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 139 (54.69% from 255 or 22.13% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED8BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BFC is #127403. Grayscale: #B4B4B4. Windows color (decimal): -1209348 or 16550893. OLE color: 16550893.
HSL color Cylindrical-coordinate representation of color #ED8BFC: hue angle of 292.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8BFC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 139 | 252 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.01 |
| HSL | 292.04º | 0.95% | 0.77% | - |
| HSV(B) | 292.04º | 0.45% | 0.99% | - |
| XYZ | 61.73 | 43.5 | 97.24 | - |
| YUV | 181.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 252 | 0.06 | 0.45 | 0 | 0.01 | 292.04 | 0.95 | 0.77 |
| Hex | ED | 8B | FC | 6 | 2D | 0 | 1 | 124 | 5F | 4D |
| Octal | 355 | 213 | 374 | 6 | 55 | 0 | 1 | 444 | 137 | 115 |
| Binary | 11101101 | 10001011 | 11111100 | 110 | 101101 | 0 | 1 | 100100100 | 1011111 | 1001101 |
Color Harmonies of #ED8BFC
Complementary color
Monochromatic Colors of #ED8BFC
Black with #ED8BFC
Text Example
Text Example
White with #ED8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BFC; }
p { color: rgb(237,139,252); }
H1.HeaderClassName
{
color: #ED8BFC;
}
.AnyTagClassName
{
color: #ED8BFC;
}
</style>
background-color css
<style>
a { background-color: #ED8BFC; }
a { background-color: rgb(237,139,252); }
div.DivClassName
{
background-color: #ED8BFC;
}
.BgClassName
{
background-color: #ED8BFC;
}
</style>
border-color css
<style>
span { border-color: #ED8BFC; }
span { border-color: rgb(237,139,252); }
td.TdClassName
{
border-color: #ED8BFC;
}
.TagClassName
{
border-color: #ED8BFC;
}
</style>