Shades of Violet #EF93F5
Tints of Violet #EF93F5
RGB
CMYK
RGB Variations
Color information
#EF93F5 (or 0xEF93F5) is known color: Violet. HEX triplet: EF, 93 and F5. RGB value is (239,147,245). Sum of RGB (Red+Green+Blue) = 239+147+245=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF93F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93F5 is #106C0A. Grayscale: #B9B9B9. Windows color (decimal): -1076235 or 16094191. OLE color: 16094191.
HSL color Cylindrical-coordinate representation of color #EF93F5: hue angle of 296.33º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF93F5 is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 147 | 245 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.04 |
| HSL | 296.33º | 0.83% | 0.77% | - |
| HSV(B) | 296.33º | 0.4% | 0.96% | - |
| XYZ | 62.51 | 45.81 | 91.93 | - |
| YUV | 185.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 245 | 0.02 | 0.4 | 0 | 0.04 | 296.33 | 0.83 | 0.77 |
| Hex | EF | 93 | F5 | 2 | 28 | 0 | 4 | 128 | 53 | 4D |
| Octal | 357 | 223 | 365 | 2 | 50 | 0 | 4 | 450 | 123 | 115 |
| Binary | 11101111 | 10010011 | 11110101 | 10 | 101000 | 0 | 100 | 100101000 | 1010011 | 1001101 |
Color Harmonies of #EF93F5
Complementary color
Monochromatic Colors of #EF93F5
Black with #EF93F5
Text Example
Text Example
White with #EF93F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93F5; }
p { color: rgb(239,147,245); }
H1.HeaderClassName
{
color: #EF93F5;
}
.AnyTagClassName
{
color: #EF93F5;
}
</style>
background-color css
<style>
a { background-color: #EF93F5; }
a { background-color: rgb(239,147,245); }
div.DivClassName
{
background-color: #EF93F5;
}
.BgClassName
{
background-color: #EF93F5;
}
</style>
border-color css
<style>
span { border-color: #EF93F5; }
span { border-color: rgb(239,147,245); }
td.TdClassName
{
border-color: #EF93F5;
}
.TagClassName
{
border-color: #EF93F5;
}
</style>