Shades of Violet #EF7BF3
Tints of Violet #EF7BF3
RGB
CMYK
RGB Variations
Color information
#EF7BF3 (or 0xEF7BF3) is known color: Violet. HEX triplet: EF, 7B and F3. RGB value is (239,123,243). Sum of RGB (Red+Green+Blue) = 239+123+243=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 123 (48.44% from 255 or 20.33% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF7BF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BF3 is #10840C. Grayscale: #AAAAAA. Windows color (decimal): -1082381 or 15956975. OLE color: 15956975.
HSL color Cylindrical-coordinate representation of color #EF7BF3: hue angle of 298º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BF3 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 123 | 243 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.05 |
| HSL | 298º | 0.83% | 0.72% | - |
| HSV(B) | 298º | 0.49% | 0.95% | - |
| XYZ | 58.86 | 38.99 | 89.22 | - |
| YUV | 171.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 243 | 0.02 | 0.49 | 0 | 0.05 | 298 | 0.83 | 0.72 |
| Hex | EF | 7B | F3 | 2 | 31 | 0 | 5 | 12A | 53 | 48 |
| Octal | 357 | 173 | 363 | 2 | 61 | 0 | 5 | 452 | 123 | 110 |
| Binary | 11101111 | 1111011 | 11110011 | 10 | 110001 | 0 | 101 | 100101010 | 1010011 | 1001000 |
Color Harmonies of #EF7BF3
Complementary color
Monochromatic Colors of #EF7BF3
Black with #EF7BF3
Text Example
Text Example
White with #EF7BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BF3; }
p { color: rgb(239,123,243); }
H1.HeaderClassName
{
color: #EF7BF3;
}
.AnyTagClassName
{
color: #EF7BF3;
}
</style>
background-color css
<style>
a { background-color: #EF7BF3; }
a { background-color: rgb(239,123,243); }
div.DivClassName
{
background-color: #EF7BF3;
}
.BgClassName
{
background-color: #EF7BF3;
}
</style>
border-color css
<style>
span { border-color: #EF7BF3; }
span { border-color: rgb(239,123,243); }
td.TdClassName
{
border-color: #EF7BF3;
}
.TagClassName
{
border-color: #EF7BF3;
}
</style>