Shades of Violet #ED85EF
Tints of Violet #ED85EF
RGB
CMYK
RGB Variations
Color information
#ED85EF (or 0xED85EF) is known color: Violet. HEX triplet: ED, 85 and EF. RGB value is (237,133,239). Sum of RGB (Red+Green+Blue) = 237+133+239=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED85EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED85EF is #127A10. Grayscale: #AFAFAF. Windows color (decimal): -1210897 or 15697389. OLE color: 15697389.
HSL color Cylindrical-coordinate representation of color #ED85EF: hue angle of 298.87º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED85EF is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 133 | 239 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.06 |
| HSL | 298.87º | 0.77% | 0.73% | - |
| HSV(B) | 298.87º | 0.44% | 0.94% | - |
| XYZ | 58.89 | 41.01 | 86.47 | - |
| YUV | 176.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 239 | 0.01 | 0.44 | 0 | 0.06 | 298.87 | 0.77 | 0.73 |
| Hex | ED | 85 | EF | 1 | 2C | 0 | 6 | 12B | 4D | 49 |
| Octal | 355 | 205 | 357 | 1 | 54 | 0 | 6 | 453 | 115 | 111 |
| Binary | 11101101 | 10000101 | 11101111 | 1 | 101100 | 0 | 110 | 100101011 | 1001101 | 1001001 |
Color Harmonies of #ED85EF
Complementary color
Monochromatic Colors of #ED85EF
Black with #ED85EF
Text Example
Text Example
White with #ED85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85EF; }
p { color: rgb(237,133,239); }
H1.HeaderClassName
{
color: #ED85EF;
}
.AnyTagClassName
{
color: #ED85EF;
}
</style>
background-color css
<style>
a { background-color: #ED85EF; }
a { background-color: rgb(237,133,239); }
div.DivClassName
{
background-color: #ED85EF;
}
.BgClassName
{
background-color: #ED85EF;
}
</style>
border-color css
<style>
span { border-color: #ED85EF; }
span { border-color: rgb(237,133,239); }
td.TdClassName
{
border-color: #ED85EF;
}
.TagClassName
{
border-color: #ED85EF;
}
</style>