Shades of Violet #EF90EE
Tints of Violet #EF90EE
RGB
CMYK
RGB Variations
Color information
#EF90EE (or 0xEF90EE) is known color: Violet. HEX triplet: EF, 90 and EE. RGB value is (239,144,238). Sum of RGB (Red+Green+Blue) = 239+144+238=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90EE is #106F11. Grayscale: #B6B6B6. Windows color (decimal): -1077010 or 15634671. OLE color: 15634671.
HSL color Cylindrical-coordinate representation of color #EF90EE: hue angle of 300.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90EE is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 238 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.06 |
| HSL | 300.63º | 0.75% | 0.75% | - |
| HSV(B) | 300.63º | 0.4% | 0.94% | - |
| XYZ | 61 | 44.47 | 86.26 | - |
| YUV | 183.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 238 | 0 | 0.40 | 0.00 | 0.06 | 300.63 | 0.75 | 0.75 |
| Hex | EF | 90 | EE | 0 | 28 | 0 | 6 | 12D | 4B | 4B |
| Octal | 357 | 220 | 356 | 0 | 50 | 0 | 6 | 455 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11101110 | 0 | 101000 | 0 | 110 | 100101101 | 1001011 | 1001011 |
Color Harmonies of #EF90EE
Complementary color
Monochromatic Colors of #EF90EE
Black with #EF90EE
Text Example
Text Example
White with #EF90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90EE; }
p { color: rgb(239,144,238); }
H1.HeaderClassName
{
color: #EF90EE;
}
.AnyTagClassName
{
color: #EF90EE;
}
</style>
background-color css
<style>
a { background-color: #EF90EE; }
a { background-color: rgb(239,144,238); }
div.DivClassName
{
background-color: #EF90EE;
}
.BgClassName
{
background-color: #EF90EE;
}
</style>
border-color css
<style>
span { border-color: #EF90EE; }
span { border-color: rgb(239,144,238); }
td.TdClassName
{
border-color: #EF90EE;
}
.TagClassName
{
border-color: #EF90EE;
}
</style>