Shades of Violet #EF94F0
Tints of Violet #EF94F0
RGB
CMYK
RGB Variations
Color information
#EF94F0 (or 0xEF94F0) is known color: Violet. HEX triplet: EF, 94 and F0. RGB value is (239,148,240). Sum of RGB (Red+Green+Blue) = 239+148+240=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF94F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF94F0 is #106B0F. Grayscale: #B9B9B9. Windows color (decimal): -1075984 or 15766767. OLE color: 15766767.
HSL color Cylindrical-coordinate representation of color #EF94F0: hue angle of 299.35º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94F0 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 240 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.06 |
| HSL | 299.35º | 0.75% | 0.76% | - |
| HSV(B) | 299.35º | 0.38% | 0.94% | - |
| XYZ | 61.91 | 45.82 | 88.02 | - |
| YUV | 185.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 240 | 0.00 | 0.38 | 0 | 0.06 | 299.35 | 0.75 | 0.76 |
| Hex | EF | 94 | F0 | 0 | 26 | 0 | 6 | 12B | 4B | 4C |
| Octal | 357 | 224 | 360 | 0 | 46 | 0 | 6 | 453 | 113 | 114 |
| Binary | 11101111 | 10010100 | 11110000 | 0 | 100110 | 0 | 110 | 100101011 | 1001011 | 1001100 |
Color Harmonies of #EF94F0
Complementary color
Monochromatic Colors of #EF94F0
Black with #EF94F0
Text Example
Text Example
White with #EF94F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94F0; }
p { color: rgb(239,148,240); }
H1.HeaderClassName
{
color: #EF94F0;
}
.AnyTagClassName
{
color: #EF94F0;
}
</style>
background-color css
<style>
a { background-color: #EF94F0; }
a { background-color: rgb(239,148,240); }
div.DivClassName
{
background-color: #EF94F0;
}
.BgClassName
{
background-color: #EF94F0;
}
</style>
border-color css
<style>
span { border-color: #EF94F0; }
span { border-color: rgb(239,148,240); }
td.TdClassName
{
border-color: #EF94F0;
}
.TagClassName
{
border-color: #EF94F0;
}
</style>