Shades of Violet #ED80FB
Tints of Violet #ED80FB
RGB
CMYK
RGB Variations
Color information
#ED80FB (or 0xED80FB) is known color: Violet. HEX triplet: ED, 80 and FB. RGB value is (237,128,251). Sum of RGB (Red+Green+Blue) = 237+128+251=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 128 (50.39% from 255 or 20.78% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80FB is #127F04. Grayscale: #AEAEAE. Windows color (decimal): -1212165 or 16482541. OLE color: 16482541.
HSL color Cylindrical-coordinate representation of color #ED80FB: hue angle of 293.17º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED80FB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 128 | 251 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.02 |
| HSL | 293.17º | 0.94% | 0.74% | - |
| HSV(B) | 293.17º | 0.49% | 0.98% | - |
| XYZ | 60.06 | 40.41 | 95.9 | - |
| YUV | 174.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 251 | 0.06 | 0.49 | 0 | 0.02 | 293.17 | 0.94 | 0.74 |
| Hex | ED | 80 | FB | 6 | 31 | 0 | 2 | 125 | 5E | 4A |
| Octal | 355 | 200 | 373 | 6 | 61 | 0 | 2 | 445 | 136 | 112 |
| Binary | 11101101 | 10000000 | 11111011 | 110 | 110001 | 0 | 10 | 100100101 | 1011110 | 1001010 |
Color Harmonies of #ED80FB
Complementary color
Monochromatic Colors of #ED80FB
Black with #ED80FB
Text Example
Text Example
White with #ED80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80FB; }
p { color: rgb(237,128,251); }
H1.HeaderClassName
{
color: #ED80FB;
}
.AnyTagClassName
{
color: #ED80FB;
}
</style>
background-color css
<style>
a { background-color: #ED80FB; }
a { background-color: rgb(237,128,251); }
div.DivClassName
{
background-color: #ED80FB;
}
.BgClassName
{
background-color: #ED80FB;
}
</style>
border-color css
<style>
span { border-color: #ED80FB; }
span { border-color: rgb(237,128,251); }
td.TdClassName
{
border-color: #ED80FB;
}
.TagClassName
{
border-color: #ED80FB;
}
</style>