Shades of Violet #ED90FA
Tints of Violet #ED90FA
RGB
CMYK
RGB Variations
Color information
#ED90FA (or 0xED90FA) is known color: Violet. HEX triplet: ED, 90 and FA. RGB value is (237,144,250). Sum of RGB (Red+Green+Blue) = 237+144+250=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 144 (56.64% from 255 or 22.82% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED90FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90FA is #126F05. Grayscale: #B7B7B7. Windows color (decimal): -1208070 or 16421101. OLE color: 16421101.
HSL color Cylindrical-coordinate representation of color #ED90FA: hue angle of 292.64º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED90FA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 144 | 250 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.02 |
| HSL | 292.64º | 0.91% | 0.77% | - |
| HSV(B) | 292.64º | 0.42% | 0.98% | - |
| XYZ | 62.15 | 44.85 | 95.82 | - |
| YUV | 183.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 250 | 0.05 | 0.42 | 0 | 0.02 | 292.64 | 0.91 | 0.77 |
| Hex | ED | 90 | FA | 5 | 2A | 0 | 2 | 125 | 5B | 4D |
| Octal | 355 | 220 | 372 | 5 | 52 | 0 | 2 | 445 | 133 | 115 |
| Binary | 11101101 | 10010000 | 11111010 | 101 | 101010 | 0 | 10 | 100100101 | 1011011 | 1001101 |
Color Harmonies of #ED90FA
Complementary color
Monochromatic Colors of #ED90FA
Black with #ED90FA
Text Example
Text Example
White with #ED90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90FA; }
p { color: rgb(237,144,250); }
H1.HeaderClassName
{
color: #ED90FA;
}
.AnyTagClassName
{
color: #ED90FA;
}
</style>
background-color css
<style>
a { background-color: #ED90FA; }
a { background-color: rgb(237,144,250); }
div.DivClassName
{
background-color: #ED90FA;
}
.BgClassName
{
background-color: #ED90FA;
}
</style>
border-color css
<style>
span { border-color: #ED90FA; }
span { border-color: rgb(237,144,250); }
td.TdClassName
{
border-color: #ED90FA;
}
.TagClassName
{
border-color: #ED90FA;
}
</style>