Shades of Violet #EF83EA
Tints of Violet #EF83EA
RGB
CMYK
RGB Variations
Color information
#EF83EA (or 0xEF83EA) is known color: Violet. HEX triplet: EF, 83 and EA. RGB value is (239,131,234). Sum of RGB (Red+Green+Blue) = 239+131+234=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83EA is #107C15. Grayscale: #AEAEAE. Windows color (decimal): -1080342 or 15369199. OLE color: 15369199.
HSL color Cylindrical-coordinate representation of color #EF83EA: hue angle of 302.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF83EA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 234 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.06 |
| HSL | 302.78º | 0.77% | 0.73% | - |
| HSV(B) | 302.78º | 0.45% | 0.94% | - |
| XYZ | 58.56 | 40.52 | 82.58 | - |
| YUV | 175.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 234 | 0 | 0.45 | 0.02 | 0.06 | 302.78 | 0.77 | 0.73 |
| Hex | EF | 83 | EA | 0 | 2D | 2 | 6 | 12F | 4D | 49 |
| Octal | 357 | 203 | 352 | 0 | 55 | 2 | 6 | 457 | 115 | 111 |
| Binary | 11101111 | 10000011 | 11101010 | 0 | 101101 | 10 | 110 | 100101111 | 1001101 | 1001001 |
Color Harmonies of #EF83EA
Complementary color
Monochromatic Colors of #EF83EA
Black with #EF83EA
Text Example
Text Example
White with #EF83EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83EA; }
p { color: rgb(239,131,234); }
H1.HeaderClassName
{
color: #EF83EA;
}
.AnyTagClassName
{
color: #EF83EA;
}
</style>
background-color css
<style>
a { background-color: #EF83EA; }
a { background-color: rgb(239,131,234); }
div.DivClassName
{
background-color: #EF83EA;
}
.BgClassName
{
background-color: #EF83EA;
}
</style>
border-color css
<style>
span { border-color: #EF83EA; }
span { border-color: rgb(239,131,234); }
td.TdClassName
{
border-color: #EF83EA;
}
.TagClassName
{
border-color: #EF83EA;
}
</style>