Shades of Violet #EF6CEB
Tints of Violet #EF6CEB
RGB
CMYK
RGB Variations
Color information
#EF6CEB (or 0xEF6CEB) is known color: Violet. HEX triplet: EF, 6C and EB. RGB value is (239,108,235). Sum of RGB (Red+Green+Blue) = 239+108+235=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6CEB is #109314. Grayscale: #A1A1A1. Windows color (decimal): -1086229 or 15428847. OLE color: 15428847.
HSL color Cylindrical-coordinate representation of color #EF6CEB: hue angle of 301.83º 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 #EF6CEB is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 235 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.06 |
| HSL | 301.83º | 0.8% | 0.68% | - |
| HSV(B) | 301.83º | 0.55% | 0.94% | - |
| XYZ | 55.95 | 35.07 | 82.42 | - |
| YUV | 161.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 235 | 0 | 0.55 | 0.02 | 0.06 | 301.83 | 0.8 | 0.68 |
| Hex | EF | 6C | EB | 0 | 37 | 2 | 6 | 12E | 50 | 44 |
| Octal | 357 | 154 | 353 | 0 | 67 | 2 | 6 | 456 | 120 | 104 |
| Binary | 11101111 | 1101100 | 11101011 | 0 | 110111 | 10 | 110 | 100101110 | 1010000 | 1000100 |
Color Harmonies of #EF6CEB
Complementary color
Monochromatic Colors of #EF6CEB
Black with #EF6CEB
Text Example
Text Example
White with #EF6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CEB; }
p { color: rgb(239,108,235); }
H1.HeaderClassName
{
color: #EF6CEB;
}
.AnyTagClassName
{
color: #EF6CEB;
}
</style>
background-color css
<style>
a { background-color: #EF6CEB; }
a { background-color: rgb(239,108,235); }
div.DivClassName
{
background-color: #EF6CEB;
}
.BgClassName
{
background-color: #EF6CEB;
}
</style>
border-color css
<style>
span { border-color: #EF6CEB; }
span { border-color: rgb(239,108,235); }
td.TdClassName
{
border-color: #EF6CEB;
}
.TagClassName
{
border-color: #EF6CEB;
}
</style>