Shades of Violet #EF93EE
Tints of Violet #EF93EE
RGB
CMYK
RGB Variations
Color information
#EF93EE (or 0xEF93EE) is known color: Violet. HEX triplet: EF, 93 and EE. RGB value is (239,147,238). Sum of RGB (Red+Green+Blue) = 239+147+238=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93EE is #106C11. Grayscale: #B8B8B8. Windows color (decimal): -1076242 or 15635439. OLE color: 15635439.
HSL color Cylindrical-coordinate representation of color #EF93EE: hue angle of 300.65º 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 #EF93EE is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 238 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.06 |
| HSL | 300.65º | 0.74% | 0.76% | - |
| HSV(B) | 300.65º | 0.38% | 0.94% | - |
| XYZ | 61.46 | 45.39 | 86.41 | - |
| YUV | 184.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 238 | 0 | 0.38 | 0.00 | 0.06 | 300.65 | 0.74 | 0.76 |
| Hex | EF | 93 | EE | 0 | 26 | 0 | 6 | 12D | 4A | 4C |
| Octal | 357 | 223 | 356 | 0 | 46 | 0 | 6 | 455 | 112 | 114 |
| Binary | 11101111 | 10010011 | 11101110 | 0 | 100110 | 0 | 110 | 100101101 | 1001010 | 1001100 |
Color Harmonies of #EF93EE
Complementary color
Monochromatic Colors of #EF93EE
Black with #EF93EE
Text Example
Text Example
White with #EF93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93EE; }
p { color: rgb(239,147,238); }
H1.HeaderClassName
{
color: #EF93EE;
}
.AnyTagClassName
{
color: #EF93EE;
}
</style>
background-color css
<style>
a { background-color: #EF93EE; }
a { background-color: rgb(239,147,238); }
div.DivClassName
{
background-color: #EF93EE;
}
.BgClassName
{
background-color: #EF93EE;
}
</style>
border-color css
<style>
span { border-color: #EF93EE; }
span { border-color: rgb(239,147,238); }
td.TdClassName
{
border-color: #EF93EE;
}
.TagClassName
{
border-color: #EF93EE;
}
</style>