Shades of Violet #EF8DF3
Tints of Violet #EF8DF3
RGB
CMYK
RGB Variations
Color information
#EF8DF3 (or 0xEF8DF3) is known color: Violet. HEX triplet: EF, 8D and F3. RGB value is (239,141,243). Sum of RGB (Red+Green+Blue) = 239+141+243=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF8DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DF3 is #10720C. Grayscale: #B5B5B5. Windows color (decimal): -1077773 or 15961583. OLE color: 15961583.
HSL color Cylindrical-coordinate representation of color #EF8DF3: hue angle of 297.65º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8DF3 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 141 | 243 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.05 |
| HSL | 297.65º | 0.81% | 0.75% | - |
| HSV(B) | 297.65º | 0.42% | 0.95% | - |
| XYZ | 61.3 | 43.87 | 90.03 | - |
| YUV | 181.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 243 | 0.02 | 0.42 | 0 | 0.05 | 297.65 | 0.81 | 0.75 |
| Hex | EF | 8D | F3 | 2 | 2A | 0 | 5 | 12A | 51 | 4B |
| Octal | 357 | 215 | 363 | 2 | 52 | 0 | 5 | 452 | 121 | 113 |
| Binary | 11101111 | 10001101 | 11110011 | 10 | 101010 | 0 | 101 | 100101010 | 1010001 | 1001011 |
Color Harmonies of #EF8DF3
Complementary color
Monochromatic Colors of #EF8DF3
Black with #EF8DF3
Text Example
Text Example
White with #EF8DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DF3; }
p { color: rgb(239,141,243); }
H1.HeaderClassName
{
color: #EF8DF3;
}
.AnyTagClassName
{
color: #EF8DF3;
}
</style>
background-color css
<style>
a { background-color: #EF8DF3; }
a { background-color: rgb(239,141,243); }
div.DivClassName
{
background-color: #EF8DF3;
}
.BgClassName
{
background-color: #EF8DF3;
}
</style>
border-color css
<style>
span { border-color: #EF8DF3; }
span { border-color: rgb(239,141,243); }
td.TdClassName
{
border-color: #EF8DF3;
}
.TagClassName
{
border-color: #EF8DF3;
}
</style>