Shades of Violet #EF6BEA
Tints of Violet #EF6BEA
RGB
CMYK
RGB Variations
Color information
#EF6BEA (or 0xEF6BEA) is known color: Violet. HEX triplet: EF, 6B and EA. RGB value is (239,107,234). Sum of RGB (Red+Green+Blue) = 239+107+234=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6BEA is #109415. Grayscale: #A0A0A0. Windows color (decimal): -1086486 or 15363055. OLE color: 15363055.
HSL color Cylindrical-coordinate representation of color #EF6BEA: hue angle of 302.27º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BEA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 234 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.06 |
| HSL | 302.27º | 0.8% | 0.68% | - |
| HSV(B) | 302.27º | 0.55% | 0.94% | - |
| XYZ | 55.71 | 34.81 | 81.62 | - |
| YUV | 160.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 234 | 0 | 0.55 | 0.02 | 0.06 | 302.27 | 0.8 | 0.68 |
| Hex | EF | 6B | EA | 0 | 37 | 2 | 6 | 12E | 50 | 44 |
| Octal | 357 | 153 | 352 | 0 | 67 | 2 | 6 | 456 | 120 | 104 |
| Binary | 11101111 | 1101011 | 11101010 | 0 | 110111 | 10 | 110 | 100101110 | 1010000 | 1000100 |
Color Harmonies of #EF6BEA
Complementary color
Monochromatic Colors of #EF6BEA
Black with #EF6BEA
Text Example
Text Example
White with #EF6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BEA; }
p { color: rgb(239,107,234); }
H1.HeaderClassName
{
color: #EF6BEA;
}
.AnyTagClassName
{
color: #EF6BEA;
}
</style>
background-color css
<style>
a { background-color: #EF6BEA; }
a { background-color: rgb(239,107,234); }
div.DivClassName
{
background-color: #EF6BEA;
}
.BgClassName
{
background-color: #EF6BEA;
}
</style>
border-color css
<style>
span { border-color: #EF6BEA; }
span { border-color: rgb(239,107,234); }
td.TdClassName
{
border-color: #EF6BEA;
}
.TagClassName
{
border-color: #EF6BEA;
}
</style>