Shades of Violet #ED85F1
Tints of Violet #ED85F1
RGB
CMYK
RGB Variations
Color information
#ED85F1 (or 0xED85F1) is known color: Violet. HEX triplet: ED, 85 and F1. RGB value is (237,133,241). Sum of RGB (Red+Green+Blue) = 237+133+241=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED85F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED85F1 is #127A0E. Grayscale: #B0B0B0. Windows color (decimal): -1210895 or 15828461. OLE color: 15828461.
HSL color Cylindrical-coordinate representation of color #ED85F1: hue angle of 297.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED85F1 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 133 | 241 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.05 |
| HSL | 297.78º | 0.79% | 0.73% | - |
| HSV(B) | 297.78º | 0.45% | 0.95% | - |
| XYZ | 59.19 | 41.13 | 88.04 | - |
| YUV | 176.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 241 | 0.02 | 0.45 | 0 | 0.05 | 297.78 | 0.79 | 0.73 |
| Hex | ED | 85 | F1 | 2 | 2D | 0 | 5 | 12A | 4F | 49 |
| Octal | 355 | 205 | 361 | 2 | 55 | 0 | 5 | 452 | 117 | 111 |
| Binary | 11101101 | 10000101 | 11110001 | 10 | 101101 | 0 | 101 | 100101010 | 1001111 | 1001001 |
Color Harmonies of #ED85F1
Complementary color
Monochromatic Colors of #ED85F1
Black with #ED85F1
Text Example
Text Example
White with #ED85F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85F1; }
p { color: rgb(237,133,241); }
H1.HeaderClassName
{
color: #ED85F1;
}
.AnyTagClassName
{
color: #ED85F1;
}
</style>
background-color css
<style>
a { background-color: #ED85F1; }
a { background-color: rgb(237,133,241); }
div.DivClassName
{
background-color: #ED85F1;
}
.BgClassName
{
background-color: #ED85F1;
}
</style>
border-color css
<style>
span { border-color: #ED85F1; }
span { border-color: rgb(237,133,241); }
td.TdClassName
{
border-color: #ED85F1;
}
.TagClassName
{
border-color: #ED85F1;
}
</style>