Shades of Violet #EF9AEF
Tints of Violet #EF9AEF
RGB
CMYK
RGB Variations
Color information
#EF9AEF (or 0xEF9AEF) is known color: Violet. HEX triplet: EF, 9A and EF. RGB value is (239,154,239). Sum of RGB (Red+Green+Blue) = 239+154+239=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF9AEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9AEF is #106510. Grayscale: #BCBCBC. Windows color (decimal): -1074449 or 15702767. OLE color: 15702767.
HSL color Cylindrical-coordinate representation of color #EF9AEF: hue angle of 300º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9AEF is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 239 | - |
| CMYK | 0 | 0.36 | 0 | 0.06 |
| HSL | 300º | 0.73% | 0.77% | - |
| HSV(B) | 300º | 0.36% | 0.94% | - |
| XYZ | 62.73 | 47.69 | 87.56 | - |
| YUV | 189.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 239 | 0 | 0.36 | 0 | 0.06 | 300 | 0.73 | 0.77 |
| Hex | EF | 9A | EF | 0 | 24 | 0 | 6 | 12C | 49 | 4D |
| Octal | 357 | 232 | 357 | 0 | 44 | 0 | 6 | 454 | 111 | 115 |
| Binary | 11101111 | 10011010 | 11101111 | 0 | 100100 | 0 | 110 | 100101100 | 1001001 | 1001101 |
Color Harmonies of #EF9AEF
Complementary color
Monochromatic Colors of #EF9AEF
Black with #EF9AEF
Text Example
Text Example
White with #EF9AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9AEF; }
p { color: rgb(239,154,239); }
H1.HeaderClassName
{
color: #EF9AEF;
}
.AnyTagClassName
{
color: #EF9AEF;
}
</style>
background-color css
<style>
a { background-color: #EF9AEF; }
a { background-color: rgb(239,154,239); }
div.DivClassName
{
background-color: #EF9AEF;
}
.BgClassName
{
background-color: #EF9AEF;
}
</style>
border-color css
<style>
span { border-color: #EF9AEF; }
span { border-color: rgb(239,154,239); }
td.TdClassName
{
border-color: #EF9AEF;
}
.TagClassName
{
border-color: #EF9AEF;
}
</style>