Shades of Violet #EF8DF0
Tints of Violet #EF8DF0
RGB
CMYK
RGB Variations
Color information
#EF8DF0 (or 0xEF8DF0) is known color: Violet. HEX triplet: EF, 8D and F0. RGB value is (239,141,240). Sum of RGB (Red+Green+Blue) = 239+141+240=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 141 (55.47% from 255 or 22.74% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF8DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DF0 is #10720F. Grayscale: #B5B5B5. Windows color (decimal): -1077776 or 15764975. OLE color: 15764975.
HSL color Cylindrical-coordinate representation of color #EF8DF0: hue angle of 299.39º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DF0 is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 240 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.06 |
| HSL | 299.39º | 0.77% | 0.75% | - |
| HSV(B) | 299.39º | 0.41% | 0.94% | - |
| XYZ | 60.85 | 43.69 | 87.66 | - |
| YUV | 181.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 240 | 0.00 | 0.41 | 0 | 0.06 | 299.39 | 0.77 | 0.75 |
| Hex | EF | 8D | F0 | 0 | 29 | 0 | 6 | 12B | 4D | 4B |
| Octal | 357 | 215 | 360 | 0 | 51 | 0 | 6 | 453 | 115 | 113 |
| Binary | 11101111 | 10001101 | 11110000 | 0 | 101001 | 0 | 110 | 100101011 | 1001101 | 1001011 |
Color Harmonies of #EF8DF0
Complementary color
Monochromatic Colors of #EF8DF0
Black with #EF8DF0
Text Example
Text Example
White with #EF8DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DF0; }
p { color: rgb(239,141,240); }
H1.HeaderClassName
{
color: #EF8DF0;
}
.AnyTagClassName
{
color: #EF8DF0;
}
</style>
background-color css
<style>
a { background-color: #EF8DF0; }
a { background-color: rgb(239,141,240); }
div.DivClassName
{
background-color: #EF8DF0;
}
.BgClassName
{
background-color: #EF8DF0;
}
</style>
border-color css
<style>
span { border-color: #EF8DF0; }
span { border-color: rgb(239,141,240); }
td.TdClassName
{
border-color: #EF8DF0;
}
.TagClassName
{
border-color: #EF8DF0;
}
</style>