Shades of Violet #EF8AEC
Tints of Violet #EF8AEC
RGB
CMYK
RGB Variations
Color information
#EF8AEC (or 0xEF8AEC) is known color: Violet. HEX triplet: EF, 8A and EC. RGB value is (239,138,236). Sum of RGB (Red+Green+Blue) = 239+138+236=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AEC is #107513. Grayscale: #B3B3B3. Windows color (decimal): -1078548 or 15502063. OLE color: 15502063.
HSL color Cylindrical-coordinate representation of color #EF8AEC: hue angle of 301.78º 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 #EF8AEC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 236 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.06 |
| HSL | 301.78º | 0.76% | 0.74% | - |
| HSV(B) | 301.78º | 0.42% | 0.94% | - |
| XYZ | 59.83 | 42.58 | 84.42 | - |
| YUV | 179.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 236 | 0 | 0.42 | 0.01 | 0.06 | 301.78 | 0.76 | 0.74 |
| Hex | EF | 8A | EC | 0 | 2A | 1 | 6 | 12E | 4C | 4A |
| Octal | 357 | 212 | 354 | 0 | 52 | 1 | 6 | 456 | 114 | 112 |
| Binary | 11101111 | 10001010 | 11101100 | 0 | 101010 | 1 | 110 | 100101110 | 1001100 | 1001010 |
Color Harmonies of #EF8AEC
Complementary color
Monochromatic Colors of #EF8AEC
Black with #EF8AEC
Text Example
Text Example
White with #EF8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8AEC; }
p { color: rgb(239,138,236); }
H1.HeaderClassName
{
color: #EF8AEC;
}
.AnyTagClassName
{
color: #EF8AEC;
}
</style>
background-color css
<style>
a { background-color: #EF8AEC; }
a { background-color: rgb(239,138,236); }
div.DivClassName
{
background-color: #EF8AEC;
}
.BgClassName
{
background-color: #EF8AEC;
}
</style>
border-color css
<style>
span { border-color: #EF8AEC; }
span { border-color: rgb(239,138,236); }
td.TdClassName
{
border-color: #EF8AEC;
}
.TagClassName
{
border-color: #EF8AEC;
}
</style>