Shades of Violet #EF8BF0
Tints of Violet #EF8BF0
RGB
CMYK
RGB Variations
Color information
#EF8BF0 (or 0xEF8BF0) is known color: Violet. HEX triplet: EF, 8B and F0. RGB value is (239,139,240). Sum of RGB (Red+Green+Blue) = 239+139+240=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF8BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8BF0 is #10740F. Grayscale: #B4B4B4. Windows color (decimal): -1078288 or 15764463. OLE color: 15764463.
HSL color Cylindrical-coordinate representation of color #EF8BF0: hue angle of 299.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8BF0 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 240 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.06 |
| HSL | 299.41º | 0.77% | 0.74% | - |
| HSV(B) | 299.41º | 0.42% | 0.94% | - |
| XYZ | 60.56 | 43.11 | 87.57 | - |
| YUV | 180.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 240 | 0.00 | 0.42 | 0 | 0.06 | 299.41 | 0.77 | 0.74 |
| Hex | EF | 8B | F0 | 0 | 2A | 0 | 6 | 12B | 4D | 4A |
| Octal | 357 | 213 | 360 | 0 | 52 | 0 | 6 | 453 | 115 | 112 |
| Binary | 11101111 | 10001011 | 11110000 | 0 | 101010 | 0 | 110 | 100101011 | 1001101 | 1001010 |
Color Harmonies of #EF8BF0
Complementary color
Monochromatic Colors of #EF8BF0
Black with #EF8BF0
Text Example
Text Example
White with #EF8BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BF0; }
p { color: rgb(239,139,240); }
H1.HeaderClassName
{
color: #EF8BF0;
}
.AnyTagClassName
{
color: #EF8BF0;
}
</style>
background-color css
<style>
a { background-color: #EF8BF0; }
a { background-color: rgb(239,139,240); }
div.DivClassName
{
background-color: #EF8BF0;
}
.BgClassName
{
background-color: #EF8BF0;
}
</style>
border-color css
<style>
span { border-color: #EF8BF0; }
span { border-color: rgb(239,139,240); }
td.TdClassName
{
border-color: #EF8BF0;
}
.TagClassName
{
border-color: #EF8BF0;
}
</style>