Shades of Violet #EF6FEA
Tints of Violet #EF6FEA
RGB
CMYK
RGB Variations
Color information
#EF6FEA (or 0xEF6FEA) is known color: Violet. HEX triplet: EF, 6F and EA. RGB value is (239,111,234). Sum of RGB (Red+Green+Blue) = 239+111+234=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6FEA is #109015. Grayscale: #A2A2A2. Windows color (decimal): -1085462 or 15364079. OLE color: 15364079.
HSL color Cylindrical-coordinate representation of color #EF6FEA: hue angle of 302.34º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FEA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 234 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.06 |
| HSL | 302.34º | 0.8% | 0.69% | - |
| HSV(B) | 302.34º | 0.54% | 0.94% | - |
| XYZ | 56.13 | 35.66 | 81.77 | - |
| YUV | 163.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 234 | 0 | 0.54 | 0.02 | 0.06 | 302.34 | 0.8 | 0.69 |
| Hex | EF | 6F | EA | 0 | 36 | 2 | 6 | 12E | 50 | 45 |
| Octal | 357 | 157 | 352 | 0 | 66 | 2 | 6 | 456 | 120 | 105 |
| Binary | 11101111 | 1101111 | 11101010 | 0 | 110110 | 10 | 110 | 100101110 | 1010000 | 1000101 |
Color Harmonies of #EF6FEA
Complementary color
Monochromatic Colors of #EF6FEA
Black with #EF6FEA
Text Example
Text Example
White with #EF6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FEA; }
p { color: rgb(239,111,234); }
H1.HeaderClassName
{
color: #EF6FEA;
}
.AnyTagClassName
{
color: #EF6FEA;
}
</style>
background-color css
<style>
a { background-color: #EF6FEA; }
a { background-color: rgb(239,111,234); }
div.DivClassName
{
background-color: #EF6FEA;
}
.BgClassName
{
background-color: #EF6FEA;
}
</style>
border-color css
<style>
span { border-color: #EF6FEA; }
span { border-color: rgb(239,111,234); }
td.TdClassName
{
border-color: #EF6FEA;
}
.TagClassName
{
border-color: #EF6FEA;
}
</style>