Shades of Violet #EF90F3
Tints of Violet #EF90F3
RGB
CMYK
RGB Variations
Color information
#EF90F3 (or 0xEF90F3) is known color: Violet. HEX triplet: EF, 90 and F3. RGB value is (239,144,243). Sum of RGB (Red+Green+Blue) = 239+144+243=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF90F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90F3 is #106F0C. Grayscale: #B7B7B7. Windows color (decimal): -1077005 or 15962351. OLE color: 15962351.
HSL color Cylindrical-coordinate representation of color #EF90F3: hue angle of 297.58º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF90F3 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 144 | 243 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.05 |
| HSL | 297.58º | 0.8% | 0.76% | - |
| HSV(B) | 297.58º | 0.41% | 0.95% | - |
| XYZ | 61.75 | 44.77 | 90.18 | - |
| YUV | 183.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 243 | 0.02 | 0.41 | 0 | 0.05 | 297.58 | 0.8 | 0.76 |
| Hex | EF | 90 | F3 | 2 | 29 | 0 | 5 | 12A | 50 | 4C |
| Octal | 357 | 220 | 363 | 2 | 51 | 0 | 5 | 452 | 120 | 114 |
| Binary | 11101111 | 10010000 | 11110011 | 10 | 101001 | 0 | 101 | 100101010 | 1010000 | 1001100 |
Color Harmonies of #EF90F3
Complementary color
Monochromatic Colors of #EF90F3
Black with #EF90F3
Text Example
Text Example
White with #EF90F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90F3; }
p { color: rgb(239,144,243); }
H1.HeaderClassName
{
color: #EF90F3;
}
.AnyTagClassName
{
color: #EF90F3;
}
</style>
background-color css
<style>
a { background-color: #EF90F3; }
a { background-color: rgb(239,144,243); }
div.DivClassName
{
background-color: #EF90F3;
}
.BgClassName
{
background-color: #EF90F3;
}
</style>
border-color css
<style>
span { border-color: #EF90F3; }
span { border-color: rgb(239,144,243); }
td.TdClassName
{
border-color: #EF90F3;
}
.TagClassName
{
border-color: #EF90F3;
}
</style>