Shades of Violet #ED88FA
Tints of Violet #ED88FA
RGB
CMYK
RGB Variations
Color information
#ED88FA (or 0xED88FA) is known color: Violet. HEX triplet: ED, 88 and FA. RGB value is (237,136,250). Sum of RGB (Red+Green+Blue) = 237+136+250=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 136 (53.52% from 255 or 21.83% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED88FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED88FA is #127705. Grayscale: #B2B2B2. Windows color (decimal): -1210118 or 16419053. OLE color: 16419053.
HSL color Cylindrical-coordinate representation of color #ED88FA: hue angle of 293.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED88FA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 136 | 250 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.02 |
| HSL | 293.16º | 0.92% | 0.76% | - |
| HSV(B) | 293.16º | 0.46% | 0.98% | - |
| XYZ | 60.98 | 42.51 | 95.43 | - |
| YUV | 179.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 250 | 0.05 | 0.46 | 0 | 0.02 | 293.16 | 0.92 | 0.76 |
| Hex | ED | 88 | FA | 5 | 2E | 0 | 2 | 125 | 5C | 4C |
| Octal | 355 | 210 | 372 | 5 | 56 | 0 | 2 | 445 | 134 | 114 |
| Binary | 11101101 | 10001000 | 11111010 | 101 | 101110 | 0 | 10 | 100100101 | 1011100 | 1001100 |
Color Harmonies of #ED88FA
Complementary color
Monochromatic Colors of #ED88FA
Black with #ED88FA
Text Example
Text Example
White with #ED88FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88FA; }
p { color: rgb(237,136,250); }
H1.HeaderClassName
{
color: #ED88FA;
}
.AnyTagClassName
{
color: #ED88FA;
}
</style>
background-color css
<style>
a { background-color: #ED88FA; }
a { background-color: rgb(237,136,250); }
div.DivClassName
{
background-color: #ED88FA;
}
.BgClassName
{
background-color: #ED88FA;
}
</style>
border-color css
<style>
span { border-color: #ED88FA; }
span { border-color: rgb(237,136,250); }
td.TdClassName
{
border-color: #ED88FA;
}
.TagClassName
{
border-color: #ED88FA;
}
</style>