Shades of Violet #EF6BED
Tints of Violet #EF6BED
RGB
CMYK
RGB Variations
Color information
#EF6BED (or 0xEF6BED) is known color: Violet. HEX triplet: EF, 6B and ED. RGB value is (239,107,237). Sum of RGB (Red+Green+Blue) = 239+107+237=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6BED is #109412. Grayscale: #A0A0A0. Windows color (decimal): -1086483 or 15559663. OLE color: 15559663.
HSL color Cylindrical-coordinate representation of color #EF6BED: hue angle of 300.91º 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 #EF6BED is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 237 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.06 |
| HSL | 300.91º | 0.8% | 0.68% | - |
| HSV(B) | 300.91º | 0.55% | 0.94% | - |
| XYZ | 56.14 | 34.98 | 83.91 | - |
| YUV | 161.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 237 | 0 | 0.55 | 0.01 | 0.06 | 300.91 | 0.8 | 0.68 |
| Hex | EF | 6B | ED | 0 | 37 | 1 | 6 | 12D | 50 | 44 |
| Octal | 357 | 153 | 355 | 0 | 67 | 1 | 6 | 455 | 120 | 104 |
| Binary | 11101111 | 1101011 | 11101101 | 0 | 110111 | 1 | 110 | 100101101 | 1010000 | 1000100 |
Color Harmonies of #EF6BED
Complementary color
Monochromatic Colors of #EF6BED
Black with #EF6BED
Text Example
Text Example
White with #EF6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BED; }
p { color: rgb(239,107,237); }
H1.HeaderClassName
{
color: #EF6BED;
}
.AnyTagClassName
{
color: #EF6BED;
}
</style>
background-color css
<style>
a { background-color: #EF6BED; }
a { background-color: rgb(239,107,237); }
div.DivClassName
{
background-color: #EF6BED;
}
.BgClassName
{
background-color: #EF6BED;
}
</style>
border-color css
<style>
span { border-color: #EF6BED; }
span { border-color: rgb(239,107,237); }
td.TdClassName
{
border-color: #EF6BED;
}
.TagClassName
{
border-color: #EF6BED;
}
</style>