Shades of Violet #EF93EF
Tints of Violet #EF93EF
RGB
CMYK
RGB Variations
Color information
#EF93EF (or 0xEF93EF) is known color: Violet. HEX triplet: EF, 93 and EF. RGB value is (239,147,239). Sum of RGB (Red+Green+Blue) = 239+147+239=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF93EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93EF is #106C10. Grayscale: #B8B8B8. Windows color (decimal): -1076241 or 15700975. OLE color: 15700975.
HSL color Cylindrical-coordinate representation of color #EF93EF: hue angle of 300º degrees, saturation: 0.74, 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 #EF93EF is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 239 | - |
| CMYK | 0 | 0.38 | 0 | 0.06 |
| HSL | 300º | 0.74% | 0.76% | - |
| HSV(B) | 300º | 0.38% | 0.94% | - |
| XYZ | 61.61 | 45.45 | 87.19 | - |
| YUV | 185 | 158.48 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 239 | 0 | 0.38 | 0 | 0.06 | 300 | 0.74 | 0.76 |
| Hex | EF | 93 | EF | 0 | 26 | 0 | 6 | 12C | 4A | 4C |
| Octal | 357 | 223 | 357 | 0 | 46 | 0 | 6 | 454 | 112 | 114 |
| Binary | 11101111 | 10010011 | 11101111 | 0 | 100110 | 0 | 110 | 100101100 | 1001010 | 1001100 |
Color Harmonies of #EF93EF
Complementary color
Monochromatic Colors of #EF93EF
Black with #EF93EF
Text Example
Text Example
White with #EF93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93EF; }
p { color: rgb(239,147,239); }
H1.HeaderClassName
{
color: #EF93EF;
}
.AnyTagClassName
{
color: #EF93EF;
}
</style>
background-color css
<style>
a { background-color: #EF93EF; }
a { background-color: rgb(239,147,239); }
div.DivClassName
{
background-color: #EF93EF;
}
.BgClassName
{
background-color: #EF93EF;
}
</style>
border-color css
<style>
span { border-color: #EF93EF; }
span { border-color: rgb(239,147,239); }
td.TdClassName
{
border-color: #EF93EF;
}
.TagClassName
{
border-color: #EF93EF;
}
</style>