Shades of Violet #EF73EE
Tints of Violet #EF73EE
RGB
CMYK
RGB Variations
Color information
#EF73EE (or 0xEF73EE) is known color: Violet. HEX triplet: EF, 73 and EE. RGB value is (239,115,238). Sum of RGB (Red+Green+Blue) = 239+115+238=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF73EE is #108C11. Grayscale: #A5A5A5. Windows color (decimal): -1084434 or 15627247. OLE color: 15627247.
HSL color Cylindrical-coordinate representation of color #EF73EE: hue angle of 300.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF73EE is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 238 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.06 |
| HSL | 300.48º | 0.79% | 0.69% | - |
| HSV(B) | 300.48º | 0.52% | 0.94% | - |
| XYZ | 57.16 | 36.79 | 84.98 | - |
| YUV | 166.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 238 | 0 | 0.52 | 0.00 | 0.06 | 300.48 | 0.79 | 0.69 |
| Hex | EF | 73 | EE | 0 | 34 | 0 | 6 | 12C | 4F | 45 |
| Octal | 357 | 163 | 356 | 0 | 64 | 0 | 6 | 454 | 117 | 105 |
| Binary | 11101111 | 1110011 | 11101110 | 0 | 110100 | 0 | 110 | 100101100 | 1001111 | 1000101 |
Color Harmonies of #EF73EE
Complementary color
Monochromatic Colors of #EF73EE
Black with #EF73EE
Text Example
Text Example
White with #EF73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73EE; }
p { color: rgb(239,115,238); }
H1.HeaderClassName
{
color: #EF73EE;
}
.AnyTagClassName
{
color: #EF73EE;
}
</style>
background-color css
<style>
a { background-color: #EF73EE; }
a { background-color: rgb(239,115,238); }
div.DivClassName
{
background-color: #EF73EE;
}
.BgClassName
{
background-color: #EF73EE;
}
</style>
border-color css
<style>
span { border-color: #EF73EE; }
span { border-color: rgb(239,115,238); }
td.TdClassName
{
border-color: #EF73EE;
}
.TagClassName
{
border-color: #EF73EE;
}
</style>