Shades of Violet #EF89ED
Tints of Violet #EF89ED
RGB
CMYK
RGB Variations
Color information
#EF89ED (or 0xEF89ED) is known color: Violet. HEX triplet: EF, 89 and ED. RGB value is (239,137,237). Sum of RGB (Red+Green+Blue) = 239+137+237=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 137 (53.91% from 255 or 22.35% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF89ED is #107612. Grayscale: #B2B2B2. Windows color (decimal): -1078803 or 15567343. OLE color: 15567343.
HSL color Cylindrical-coordinate representation of color #EF89ED: hue angle of 301.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF89ED is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 237 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.06 |
| HSL | 301.18º | 0.76% | 0.74% | - |
| HSV(B) | 301.18º | 0.43% | 0.94% | - |
| XYZ | 59.83 | 42.36 | 85.14 | - |
| YUV | 178.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 237 | 0 | 0.43 | 0.01 | 0.06 | 301.18 | 0.76 | 0.74 |
| Hex | EF | 89 | ED | 0 | 2B | 1 | 6 | 12D | 4C | 4A |
| Octal | 357 | 211 | 355 | 0 | 53 | 1 | 6 | 455 | 114 | 112 |
| Binary | 11101111 | 10001001 | 11101101 | 0 | 101011 | 1 | 110 | 100101101 | 1001100 | 1001010 |
Color Harmonies of #EF89ED
Complementary color
Monochromatic Colors of #EF89ED
Black with #EF89ED
Text Example
Text Example
White with #EF89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89ED; }
p { color: rgb(239,137,237); }
H1.HeaderClassName
{
color: #EF89ED;
}
.AnyTagClassName
{
color: #EF89ED;
}
</style>
background-color css
<style>
a { background-color: #EF89ED; }
a { background-color: rgb(239,137,237); }
div.DivClassName
{
background-color: #EF89ED;
}
.BgClassName
{
background-color: #EF89ED;
}
</style>
border-color css
<style>
span { border-color: #EF89ED; }
span { border-color: rgb(239,137,237); }
td.TdClassName
{
border-color: #EF89ED;
}
.TagClassName
{
border-color: #EF89ED;
}
</style>