Shades of Violet #EF6CEA
Tints of Violet #EF6CEA
RGB
CMYK
RGB Variations
Color information
#EF6CEA (or 0xEF6CEA) is known color: Violet. HEX triplet: EF, 6C and EA. RGB value is (239,108,234). Sum of RGB (Red+Green+Blue) = 239+108+234=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6CEA is #109315. Grayscale: #A1A1A1. Windows color (decimal): -1086230 or 15363311. OLE color: 15363311.
HSL color Cylindrical-coordinate representation of color #EF6CEA: hue angle of 302.29º 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 #EF6CEA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 234 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.06 |
| HSL | 302.29º | 0.8% | 0.68% | - |
| HSV(B) | 302.29º | 0.55% | 0.94% | - |
| XYZ | 55.81 | 35.02 | 81.66 | - |
| YUV | 161.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 234 | 0 | 0.55 | 0.02 | 0.06 | 302.29 | 0.8 | 0.68 |
| Hex | EF | 6C | EA | 0 | 37 | 2 | 6 | 12E | 50 | 44 |
| Octal | 357 | 154 | 352 | 0 | 67 | 2 | 6 | 456 | 120 | 104 |
| Binary | 11101111 | 1101100 | 11101010 | 0 | 110111 | 10 | 110 | 100101110 | 1010000 | 1000100 |
Color Harmonies of #EF6CEA
Complementary color
Monochromatic Colors of #EF6CEA
Black with #EF6CEA
Text Example
Text Example
White with #EF6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CEA; }
p { color: rgb(239,108,234); }
H1.HeaderClassName
{
color: #EF6CEA;
}
.AnyTagClassName
{
color: #EF6CEA;
}
</style>
background-color css
<style>
a { background-color: #EF6CEA; }
a { background-color: rgb(239,108,234); }
div.DivClassName
{
background-color: #EF6CEA;
}
.BgClassName
{
background-color: #EF6CEA;
}
</style>
border-color css
<style>
span { border-color: #EF6CEA; }
span { border-color: rgb(239,108,234); }
td.TdClassName
{
border-color: #EF6CEA;
}
.TagClassName
{
border-color: #EF6CEA;
}
</style>