Shades of Violet #EF7BF1
Tints of Violet #EF7BF1
RGB
CMYK
RGB Variations
Color information
#EF7BF1 (or 0xEF7BF1) is known color: Violet. HEX triplet: EF, 7B and F1. RGB value is (239,123,241). Sum of RGB (Red+Green+Blue) = 239+123+241=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 123 (48.44% from 255 or 20.40% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF7BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BF1 is #10840E. Grayscale: #AAAAAA. Windows color (decimal): -1082383 or 15825903. OLE color: 15825903.
HSL color Cylindrical-coordinate representation of color #EF7BF1: hue angle of 298.98º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BF1 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 123 | 241 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.05 |
| HSL | 298.98º | 0.81% | 0.71% | - |
| HSV(B) | 298.98º | 0.49% | 0.95% | - |
| XYZ | 58.56 | 38.87 | 87.63 | - |
| YUV | 171.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 241 | 0.01 | 0.49 | 0 | 0.05 | 298.98 | 0.81 | 0.71 |
| Hex | EF | 7B | F1 | 1 | 31 | 0 | 5 | 12B | 51 | 47 |
| Octal | 357 | 173 | 361 | 1 | 61 | 0 | 5 | 453 | 121 | 107 |
| Binary | 11101111 | 1111011 | 11110001 | 1 | 110001 | 0 | 101 | 100101011 | 1010001 | 1000111 |
Color Harmonies of #EF7BF1
Complementary color
Monochromatic Colors of #EF7BF1
Black with #EF7BF1
Text Example
Text Example
White with #EF7BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BF1; }
p { color: rgb(239,123,241); }
H1.HeaderClassName
{
color: #EF7BF1;
}
.AnyTagClassName
{
color: #EF7BF1;
}
</style>
background-color css
<style>
a { background-color: #EF7BF1; }
a { background-color: rgb(239,123,241); }
div.DivClassName
{
background-color: #EF7BF1;
}
.BgClassName
{
background-color: #EF7BF1;
}
</style>
border-color css
<style>
span { border-color: #EF7BF1; }
span { border-color: rgb(239,123,241); }
td.TdClassName
{
border-color: #EF7BF1;
}
.TagClassName
{
border-color: #EF7BF1;
}
</style>