Shades of Violet #ED8BFF
Tints of Violet #ED8BFF
RGB
CMYK
RGB Variations
Color information
#ED8BFF (or 0xED8BFF) is known color: Violet. HEX triplet: ED, 8B and FF. RGB value is (237,139,255). Sum of RGB (Red+Green+Blue) = 237+139+255=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 139 (54.69% from 255 or 22.03% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED8BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BFF is #127400. Grayscale: #B5B5B5. Windows color (decimal): -1209345 or 16747501. OLE color: 16747501.
HSL color Cylindrical-coordinate representation of color #ED8BFF: hue angle of 290.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8BFF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 139 | 255 | - |
| CMYK | 0.07 | 0.45 | 0 | 0 |
| HSL | 290.69º | 1% | 0.77% | - |
| HSV(B) | 290.69º | 0.45% | 1% | - |
| XYZ | 62.21 | 43.69 | 99.76 | - |
| YUV | 181.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 255 | 0.07 | 0.45 | 0 | 0 | 290.69 | 1 | 0.77 |
| Hex | ED | 8B | FF | 7 | 2D | 0 | 0 | 123 | 64 | 4D |
| Octal | 355 | 213 | 377 | 7 | 55 | 0 | 0 | 443 | 144 | 115 |
| Binary | 11101101 | 10001011 | 11111111 | 111 | 101101 | 0 | 0 | 100100011 | 1100100 | 1001101 |
Color Harmonies of #ED8BFF
Complementary color
Monochromatic Colors of #ED8BFF
Black with #ED8BFF
Text Example
Text Example
White with #ED8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BFF; }
p { color: rgb(237,139,255); }
H1.HeaderClassName
{
color: #ED8BFF;
}
.AnyTagClassName
{
color: #ED8BFF;
}
</style>
background-color css
<style>
a { background-color: #ED8BFF; }
a { background-color: rgb(237,139,255); }
div.DivClassName
{
background-color: #ED8BFF;
}
.BgClassName
{
background-color: #ED8BFF;
}
</style>
border-color css
<style>
span { border-color: #ED8BFF; }
span { border-color: rgb(237,139,255); }
td.TdClassName
{
border-color: #ED8BFF;
}
.TagClassName
{
border-color: #ED8BFF;
}
</style>