Shades of Violet #ED85FF
Tints of Violet #ED85FF
RGB
CMYK
RGB Variations
Color information
#ED85FF (or 0xED85FF) is known color: Violet. HEX triplet: ED, 85 and FF. RGB value is (237,133,255). Sum of RGB (Red+Green+Blue) = 237+133+255=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED85FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED85FF is #127A00. Grayscale: #B1B1B1. Windows color (decimal): -1210881 or 16745965. OLE color: 16745965.
HSL color Cylindrical-coordinate representation of color #ED85FF: hue angle of 291.15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED85FF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 133 | 255 | - |
| CMYK | 0.07 | 0.48 | 0 | 0 |
| HSL | 291.15º | 1% | 0.76% | - |
| HSV(B) | 291.15º | 0.48% | 1% | - |
| XYZ | 61.36 | 42 | 99.48 | - |
| YUV | 178 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 255 | 0.07 | 0.48 | 0 | 0 | 291.15 | 1 | 0.76 |
| Hex | ED | 85 | FF | 7 | 30 | 0 | 0 | 123 | 64 | 4C |
| Octal | 355 | 205 | 377 | 7 | 60 | 0 | 0 | 443 | 144 | 114 |
| Binary | 11101101 | 10000101 | 11111111 | 111 | 110000 | 0 | 0 | 100100011 | 1100100 | 1001100 |
Color Harmonies of #ED85FF
Complementary color
Monochromatic Colors of #ED85FF
Black with #ED85FF
Text Example
Text Example
White with #ED85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85FF; }
p { color: rgb(237,133,255); }
H1.HeaderClassName
{
color: #ED85FF;
}
.AnyTagClassName
{
color: #ED85FF;
}
</style>
background-color css
<style>
a { background-color: #ED85FF; }
a { background-color: rgb(237,133,255); }
div.DivClassName
{
background-color: #ED85FF;
}
.BgClassName
{
background-color: #ED85FF;
}
</style>
border-color css
<style>
span { border-color: #ED85FF; }
span { border-color: rgb(237,133,255); }
td.TdClassName
{
border-color: #ED85FF;
}
.TagClassName
{
border-color: #ED85FF;
}
</style>