Shades of Violet #EF8BEE
Tints of Violet #EF8BEE
RGB
CMYK
RGB Variations
Color information
#EF8BEE (or 0xEF8BEE) is known color: Violet. HEX triplet: EF, 8B and EE. RGB value is (239,139,238). Sum of RGB (Red+Green+Blue) = 239+139+238=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 139 (54.69% from 255 or 22.56% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8BEE is #107411. Grayscale: #B3B3B3. Windows color (decimal): -1078290 or 15633391. OLE color: 15633391.
HSL color Cylindrical-coordinate representation of color #EF8BEE: hue angle of 300.6º degrees, saturation: 0.76, 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 #EF8BEE is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 238 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.06 |
| HSL | 300.6º | 0.76% | 0.74% | - |
| HSV(B) | 300.6º | 0.42% | 0.94% | - |
| XYZ | 60.26 | 42.99 | 86.01 | - |
| YUV | 180.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 238 | 0 | 0.42 | 0.00 | 0.06 | 300.6 | 0.76 | 0.74 |
| Hex | EF | 8B | EE | 0 | 2A | 0 | 6 | 12D | 4C | 4A |
| Octal | 357 | 213 | 356 | 0 | 52 | 0 | 6 | 455 | 114 | 112 |
| Binary | 11101111 | 10001011 | 11101110 | 0 | 101010 | 0 | 110 | 100101101 | 1001100 | 1001010 |
Color Harmonies of #EF8BEE
Complementary color
Monochromatic Colors of #EF8BEE
Black with #EF8BEE
Text Example
Text Example
White with #EF8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BEE; }
p { color: rgb(239,139,238); }
H1.HeaderClassName
{
color: #EF8BEE;
}
.AnyTagClassName
{
color: #EF8BEE;
}
</style>
background-color css
<style>
a { background-color: #EF8BEE; }
a { background-color: rgb(239,139,238); }
div.DivClassName
{
background-color: #EF8BEE;
}
.BgClassName
{
background-color: #EF8BEE;
}
</style>
border-color css
<style>
span { border-color: #EF8BEE; }
span { border-color: rgb(239,139,238); }
td.TdClassName
{
border-color: #EF8BEE;
}
.TagClassName
{
border-color: #EF8BEE;
}
</style>