Shades of Violet #ED90F2
Tints of Violet #ED90F2
RGB
CMYK
RGB Variations
Color information
#ED90F2 (or 0xED90F2) is known color: Violet. HEX triplet: ED, 90 and F2. RGB value is (237,144,242). Sum of RGB (Red+Green+Blue) = 237+144+242=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED90F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90F2 is #126F0D. Grayscale: #B6B6B6. Windows color (decimal): -1208078 or 15896813. OLE color: 15896813.
HSL color Cylindrical-coordinate representation of color #ED90F2: hue angle of 296.94º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED90F2 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 144 | 242 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.05 |
| HSL | 296.94º | 0.79% | 0.76% | - |
| HSV(B) | 296.94º | 0.4% | 0.95% | - |
| XYZ | 60.93 | 44.36 | 89.36 | - |
| YUV | 182.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 242 | 0.02 | 0.40 | 0 | 0.05 | 296.94 | 0.79 | 0.76 |
| Hex | ED | 90 | F2 | 2 | 28 | 0 | 5 | 129 | 4F | 4C |
| Octal | 355 | 220 | 362 | 2 | 50 | 0 | 5 | 451 | 117 | 114 |
| Binary | 11101101 | 10010000 | 11110010 | 10 | 101000 | 0 | 101 | 100101001 | 1001111 | 1001100 |
Color Harmonies of #ED90F2
Complementary color
Monochromatic Colors of #ED90F2
Black with #ED90F2
Text Example
Text Example
White with #ED90F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90F2; }
p { color: rgb(237,144,242); }
H1.HeaderClassName
{
color: #ED90F2;
}
.AnyTagClassName
{
color: #ED90F2;
}
</style>
background-color css
<style>
a { background-color: #ED90F2; }
a { background-color: rgb(237,144,242); }
div.DivClassName
{
background-color: #ED90F2;
}
.BgClassName
{
background-color: #ED90F2;
}
</style>
border-color css
<style>
span { border-color: #ED90F2; }
span { border-color: rgb(237,144,242); }
td.TdClassName
{
border-color: #ED90F2;
}
.TagClassName
{
border-color: #ED90F2;
}
</style>