Shades of Violet #EF93F2
Tints of Violet #EF93F2
RGB
CMYK
RGB Variations
Color information
#EF93F2 (or 0xEF93F2) is known color: Violet. HEX triplet: EF, 93 and F2. RGB value is (239,147,242). Sum of RGB (Red+Green+Blue) = 239+147+242=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF93F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93F2 is #106C0D. Grayscale: #B9B9B9. Windows color (decimal): -1076238 or 15897583. OLE color: 15897583.
HSL color Cylindrical-coordinate representation of color #EF93F2: hue angle of 298.11º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF93F2 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 147 | 242 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.05 |
| HSL | 298.11º | 0.79% | 0.76% | - |
| HSV(B) | 298.11º | 0.39% | 0.95% | - |
| XYZ | 62.06 | 45.63 | 89.54 | - |
| YUV | 185.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 242 | 0.01 | 0.39 | 0 | 0.05 | 298.11 | 0.79 | 0.76 |
| Hex | EF | 93 | F2 | 1 | 27 | 0 | 5 | 12A | 4F | 4C |
| Octal | 357 | 223 | 362 | 1 | 47 | 0 | 5 | 452 | 117 | 114 |
| Binary | 11101111 | 10010011 | 11110010 | 1 | 100111 | 0 | 101 | 100101010 | 1001111 | 1001100 |
Color Harmonies of #EF93F2
Complementary color
Monochromatic Colors of #EF93F2
Black with #EF93F2
Text Example
Text Example
White with #EF93F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93F2; }
p { color: rgb(239,147,242); }
H1.HeaderClassName
{
color: #EF93F2;
}
.AnyTagClassName
{
color: #EF93F2;
}
</style>
background-color css
<style>
a { background-color: #EF93F2; }
a { background-color: rgb(239,147,242); }
div.DivClassName
{
background-color: #EF93F2;
}
.BgClassName
{
background-color: #EF93F2;
}
</style>
border-color css
<style>
span { border-color: #EF93F2; }
span { border-color: rgb(239,147,242); }
td.TdClassName
{
border-color: #EF93F2;
}
.TagClassName
{
border-color: #EF93F2;
}
</style>