Shades of Violet #ED85FB
Tints of Violet #ED85FB
RGB
CMYK
RGB Variations
Color information
#ED85FB (or 0xED85FB) is known color: Violet. HEX triplet: ED, 85 and FB. RGB value is (237,133,251). Sum of RGB (Red+Green+Blue) = 237+133+251=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED85FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED85FB is #127A04. Grayscale: #B1B1B1. Windows color (decimal): -1210885 or 16483821. OLE color: 16483821.
HSL color Cylindrical-coordinate representation of color #ED85FB: hue angle of 292.88º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED85FB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 133 | 251 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.02 |
| HSL | 292.88º | 0.94% | 0.75% | - |
| HSV(B) | 292.88º | 0.47% | 0.98% | - |
| XYZ | 60.73 | 41.74 | 96.12 | - |
| YUV | 177.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 251 | 0.06 | 0.47 | 0 | 0.02 | 292.88 | 0.94 | 0.75 |
| Hex | ED | 85 | FB | 6 | 2F | 0 | 2 | 125 | 5E | 4B |
| Octal | 355 | 205 | 373 | 6 | 57 | 0 | 2 | 445 | 136 | 113 |
| Binary | 11101101 | 10000101 | 11111011 | 110 | 101111 | 0 | 10 | 100100101 | 1011110 | 1001011 |
Color Harmonies of #ED85FB
Complementary color
Monochromatic Colors of #ED85FB
Black with #ED85FB
Text Example
Text Example
White with #ED85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85FB; }
p { color: rgb(237,133,251); }
H1.HeaderClassName
{
color: #ED85FB;
}
.AnyTagClassName
{
color: #ED85FB;
}
</style>
background-color css
<style>
a { background-color: #ED85FB; }
a { background-color: rgb(237,133,251); }
div.DivClassName
{
background-color: #ED85FB;
}
.BgClassName
{
background-color: #ED85FB;
}
</style>
border-color css
<style>
span { border-color: #ED85FB; }
span { border-color: rgb(237,133,251); }
td.TdClassName
{
border-color: #ED85FB;
}
.TagClassName
{
border-color: #ED85FB;
}
</style>