Shades of Violet #ED89FF
Tints of Violet #ED89FF
RGB
CMYK
RGB Variations
Color information
#ED89FF (or 0xED89FF) is known color: Violet. HEX triplet: ED, 89 and FF. RGB value is (237,137,255). Sum of RGB (Red+Green+Blue) = 237+137+255=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 137 (53.91% from 255 or 21.78% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED89FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED89FF is #127600. Grayscale: #B3B3B3. Windows color (decimal): -1209857 or 16746989. OLE color: 16746989.
HSL color Cylindrical-coordinate representation of color #ED89FF: hue angle of 290.85º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED89FF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 137 | 255 | - |
| CMYK | 0.07 | 0.46 | 0 | 0 |
| HSL | 290.85º | 1% | 0.77% | - |
| HSV(B) | 290.85º | 0.46% | 1% | - |
| XYZ | 61.92 | 43.12 | 99.67 | - |
| YUV | 180.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 255 | 0.07 | 0.46 | 0 | 0 | 290.85 | 1 | 0.77 |
| Hex | ED | 89 | FF | 7 | 2E | 0 | 0 | 123 | 64 | 4D |
| Octal | 355 | 211 | 377 | 7 | 56 | 0 | 0 | 443 | 144 | 115 |
| Binary | 11101101 | 10001001 | 11111111 | 111 | 101110 | 0 | 0 | 100100011 | 1100100 | 1001101 |
Color Harmonies of #ED89FF
Complementary color
Monochromatic Colors of #ED89FF
Black with #ED89FF
Text Example
Text Example
White with #ED89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89FF; }
p { color: rgb(237,137,255); }
H1.HeaderClassName
{
color: #ED89FF;
}
.AnyTagClassName
{
color: #ED89FF;
}
</style>
background-color css
<style>
a { background-color: #ED89FF; }
a { background-color: rgb(237,137,255); }
div.DivClassName
{
background-color: #ED89FF;
}
.BgClassName
{
background-color: #ED89FF;
}
</style>
border-color css
<style>
span { border-color: #ED89FF; }
span { border-color: rgb(237,137,255); }
td.TdClassName
{
border-color: #ED89FF;
}
.TagClassName
{
border-color: #ED89FF;
}
</style>