Shades of Violet #EF94FA
Tints of Violet #EF94FA
RGB
CMYK
RGB Variations
Color information
#EF94FA (or 0xEF94FA) is known color: Violet. HEX triplet: EF, 94 and FA. RGB value is (239,148,250). Sum of RGB (Red+Green+Blue) = 239+148+250=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 148 (58.20% from 255 or 23.23% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF94FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF94FA is #106B05. Grayscale: #BABABA. Windows color (decimal): -1075974 or 16422127. OLE color: 16422127.
HSL color Cylindrical-coordinate representation of color #EF94FA: hue angle of 293.53º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF94FA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 148 | 250 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.02 |
| HSL | 293.53º | 0.91% | 0.78% | - |
| HSV(B) | 293.53º | 0.41% | 0.98% | - |
| XYZ | 63.44 | 46.43 | 96.06 | - |
| YUV | 186.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 250 | 0.04 | 0.41 | 0 | 0.02 | 293.53 | 0.91 | 0.78 |
| Hex | EF | 94 | FA | 4 | 29 | 0 | 2 | 126 | 5B | 4E |
| Octal | 357 | 224 | 372 | 4 | 51 | 0 | 2 | 446 | 133 | 116 |
| Binary | 11101111 | 10010100 | 11111010 | 100 | 101001 | 0 | 10 | 100100110 | 1011011 | 1001110 |
Color Harmonies of #EF94FA
Complementary color
Monochromatic Colors of #EF94FA
Black with #EF94FA
Text Example
Text Example
White with #EF94FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94FA; }
p { color: rgb(239,148,250); }
H1.HeaderClassName
{
color: #EF94FA;
}
.AnyTagClassName
{
color: #EF94FA;
}
</style>
background-color css
<style>
a { background-color: #EF94FA; }
a { background-color: rgb(239,148,250); }
div.DivClassName
{
background-color: #EF94FA;
}
.BgClassName
{
background-color: #EF94FA;
}
</style>
border-color css
<style>
span { border-color: #EF94FA; }
span { border-color: rgb(239,148,250); }
td.TdClassName
{
border-color: #EF94FA;
}
.TagClassName
{
border-color: #EF94FA;
}
</style>